Information about plays

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

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

{
    "id": 424826,
    "uri": "https://api.kexp.org/v2/plays/424826/?format=api",
    "airdate": "2001-05-16T00:12:00-07:00",
    "show": 7127,
    "show_uri": "https://api.kexp.org/v2/shows/7127/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61JVcQswGgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61JVcQswGgL._SL75_.jpg",
    "song": "Look on Yonder Wall",
    "track_id": "a8c830c7-80d3-44b3-9aa8-82b6eba86d09",
    "recording_id": null,
    "artist": "Elmore James",
    "artist_ids": [
        "6fbd2cfb-5f9c-497c-8e06-3c6668367681"
    ],
    "album": "Rollin' and Tumblin' (disc 2)",
    "release_id": "da762171-887f-4021-b8d0-e9bab3a9912a",
    "release_group_id": null,
    "labels": [
        "Relic"
    ],
    "label_ids": [
        "3314de2b-f5f9-4508-89fe-7275c986a649"
    ],
    "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"
}