Information about plays

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

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

{
    "id": 1261838,
    "uri": "https://api.kexp.org/v2/plays/1261838/?format=api",
    "airdate": "2007-08-01T21:05:38-07:00",
    "show": 22097,
    "show_uri": "https://api.kexp.org/v2/shows/22097/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ylleH1o2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ylleH1o2L._SL75_.jpg",
    "song": "Superman Lover",
    "track_id": "4573b10b-cbde-4e23-8d28-602faee8102b",
    "recording_id": null,
    "artist": "Johnny “Guitar” Watson",
    "artist_ids": [
        "defba3df-b0f3-4ef1-8e1f-4ef88cc8fc42"
    ],
    "album": "Best of the Funk Years",
    "release_id": "5732cc17-1f07-4796-83dc-d4fc62c5be82",
    "release_group_id": null,
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2006-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}