Information about plays

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

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

{
    "id": 502126,
    "uri": "https://api.kexp.org/v2/plays/502126/?format=api",
    "airdate": "2001-12-31T01:28:00-08:00",
    "show": 8629,
    "show_uri": "https://api.kexp.org/v2/shows/8629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do Fries Go With That Shake?",
    "track_id": "cc2fa3b7-8ffd-44c8-893f-e75be8855ff1",
    "recording_id": null,
    "artist": "Chris Thomas King",
    "artist_ids": [
        "6015dfbf-8f97-440b-9dff-2282953ecea5"
    ],
    "album": "The Legend of Tommy Johnson",
    "release_id": "2efe9064-8928-4ef3-9bc6-3cb119e4d0b0",
    "release_group_id": null,
    "labels": [
        "21st Century Blues"
    ],
    "label_ids": [
        "bfe9d7e6-ff15-4dcb-81e5-89c14d8dda89"
    ],
    "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"
}