Information about plays

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

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

{
    "id": 533099,
    "uri": "https://api.kexp.org/v2/plays/533099/?format=api",
    "airdate": "2002-03-31T04:30:59-08:00",
    "show": 9232,
    "show_uri": "https://api.kexp.org/v2/shows/9232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CqLpAYQ9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CqLpAYQ9L._SL75_.jpg",
    "song": "Last Night I Had the Strangest Dream",
    "track_id": "18a24444-c43b-4481-9c1a-a2bda8c7953b",
    "recording_id": null,
    "artist": "Pete Seeger",
    "artist_ids": [
        "af18a9bc-e4ab-4068-9489-b64e8186fcf1"
    ],
    "album": "If I Had a Hammer: Songs of Hope & Struggle",
    "release_id": "ba827d8b-130d-49f4-aef5-8b49fe02b72e",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "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"
}