Information about plays

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

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

{
    "id": 1392096,
    "uri": "https://api.kexp.org/v2/plays/1392096/?format=api",
    "airdate": "2008-07-01T00:40:00-07:00",
    "show": 24297,
    "show_uri": "https://api.kexp.org/v2/shows/24297/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ddZhZpuKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ddZhZpuKL._SL75_.jpg",
    "song": "His Eye Is on the Sparrow",
    "track_id": "fbc8efcd-5c6a-4dac-8063-70768cbfbe75",
    "recording_id": null,
    "artist": "Yusef Lateef",
    "artist_ids": [
        "2968722f-03d8-4e2f-88bc-f9975f147503"
    ],
    "album": "The Man With the Big Front Yard (disc 2)",
    "release_id": "c3b4ac0a-fa05-4701-91e5-ad1afe567931",
    "release_group_id": null,
    "labels": [
        "32Jazz"
    ],
    "label_ids": [],
    "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"
}