Information about plays

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

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

{
    "id": 453951,
    "uri": "https://api.kexp.org/v2/plays/453951/?format=api",
    "airdate": "2001-08-09T18:31:25-07:00",
    "show": 7681,
    "show_uri": "https://api.kexp.org/v2/shows/7681/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41jF1kqsRjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41jF1kqsRjL._SL75_.jpg",
    "song": "I Can't Get There from Here",
    "track_id": "a3bf7fca-99ff-482e-8a0d-c812f4d3aae4",
    "recording_id": null,
    "artist": "George Jones",
    "artist_ids": [
        "f2903be0-79a7-4334-8cc5-e45309482a97"
    ],
    "album": "Sings the Songs of Dallas Frazier",
    "release_id": "fa2ba37f-477a-4f45-9a54-70a8e5140793",
    "release_group_id": null,
    "labels": [
        "Musicor"
    ],
    "label_ids": [
        "c845232f-eb19-4c2f-bef8-4a4be22db701"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}