Information about plays

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

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

{
    "id": 531829,
    "uri": "https://api.kexp.org/v2/plays/531829/?format=api",
    "airdate": "2002-03-27T18:17:01-08:00",
    "show": 9208,
    "show_uri": "https://api.kexp.org/v2/shows/9208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21BYFTXANCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21BYFTXANCL._SL75_.jpg",
    "song": "Home Grown",
    "track_id": "b8ffc2f3-23cc-4b96-b1e5-5df24f97f502",
    "recording_id": null,
    "artist": "Booker T. & The MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "Soul Dressing",
    "release_id": "9c4d7204-c48d-43a4-a3a3-3ba14638795c",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1965-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}