Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/501917/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 501917,
    "uri": "https://api.kexp.org/v2/plays/501917/?format=api",
    "airdate": "2001-12-30T10:12:00-08:00",
    "show": 8623,
    "show_uri": "https://api.kexp.org/v2/shows/8623/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51t-qhb%2BJxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51t-qhb%2BJxL._SL75_.jpg",
    "song": "Pity Party",
    "track_id": "67438bf5-b640-4ed5-80fa-c804e4a26845",
    "recording_id": null,
    "artist": "Zora Young",
    "artist_ids": [
        "a4714f2c-d8b5-4511-b2bf-335557f1b9e2"
    ],
    "album": "Learned My Lesson",
    "release_id": "eddc2160-62f0-4fa9-b900-011c40001238",
    "release_group_id": null,
    "labels": [
        "Delmark"
    ],
    "label_ids": [
        "342dfc5a-eab6-46eb-81ad-08ec6faa84c6"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}