Information about plays

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

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

{
    "id": 459205,
    "uri": "https://api.kexp.org/v2/plays/459205/?format=api",
    "airdate": "2001-08-24T19:15:39-07:00",
    "show": 7784,
    "show_uri": "https://api.kexp.org/v2/shows/7784/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WJP521KAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WJP521KAL._SL75_.jpg",
    "song": "Who Shot Sam",
    "track_id": "f1967262-2110-4ca0-a39d-63c3b42f5669",
    "recording_id": null,
    "artist": "George Jones",
    "artist_ids": [
        "f2903be0-79a7-4334-8cc5-e45309482a97"
    ],
    "album": "Cup of Loneliness: The Classic Mercury Years (disc 1)",
    "release_id": "a243fdaa-bb0a-4ff1-8808-cba6900ef59d",
    "release_group_id": null,
    "labels": [
        "Mercury Nashville"
    ],
    "label_ids": [
        "9a10c66b-0992-4ed4-a9be-2ff66a9bd19b"
    ],
    "release_date": "1994-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}