Information about plays

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

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

{
    "id": 506751,
    "uri": "https://api.kexp.org/v2/plays/506751/?format=api",
    "airdate": "2002-01-13T22:25:00-08:00",
    "show": 8723,
    "show_uri": "https://api.kexp.org/v2/shows/8723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Will, Oscar, You Will",
    "track_id": "a59d3aec-0238-4c82-85e0-a9f1b2beb577",
    "recording_id": null,
    "artist": "Paul Bley, Evan Parker, Barre Phillips",
    "artist_ids": [],
    "album": "Time Will Tell",
    "release_id": "1c06d78b-43c1-40c9-9c9d-a6063159d18e",
    "release_group_id": null,
    "labels": [
        "ECM"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}