Information about plays

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

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

{
    "id": 451220,
    "uri": "https://api.kexp.org/v2/plays/451220/?format=api",
    "airdate": "2001-08-01T21:43:38-07:00",
    "show": 7631,
    "show_uri": "https://api.kexp.org/v2/shows/7631/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41uT5mOnVoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41uT5mOnVoL._SL75_.jpg",
    "song": "Lonely Women",
    "track_id": "0796eee9-ba81-4f86-b4c6-aa23f64edd27",
    "recording_id": null,
    "artist": "Laura Nyro",
    "artist_ids": [
        "bb0a1e95-9444-4a05-a1bb-22b8d7ed7844"
    ],
    "album": "Eli and the Thirteenth Confession",
    "release_id": "475ef81f-3cff-47ad-becf-f4d5c32b2d99",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}