Information about plays

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

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

{
    "id": 456202,
    "uri": "https://api.kexp.org/v2/plays/456202/?format=api",
    "airdate": "2001-08-16T06:00:00-07:00",
    "show": 7724,
    "show_uri": "https://api.kexp.org/v2/shows/7724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood of the Wolf",
    "track_id": "02be784f-b576-4807-81f4-ce08a853bf17",
    "recording_id": null,
    "artist": "Hamell on Trial",
    "artist_ids": [
        "6bafa814-5b7a-4c08-998d-c15c8db8d92a"
    ],
    "album": "Big as Life",
    "release_id": "c3f75700-326c-4eb8-a4a8-9d46a775b66c",
    "release_group_id": null,
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "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"
}