Information about plays

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

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

{
    "id": 517905,
    "uri": "https://api.kexp.org/v2/plays/517905/?format=api",
    "airdate": "2002-02-14T20:35:00-08:00",
    "show": 8933,
    "show_uri": "https://api.kexp.org/v2/shows/8933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31SG46SCJGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31SG46SCJGL._SL75_.jpg",
    "song": "Blue Memories",
    "track_id": "54783913-18c1-40fd-80de-941658865bbe",
    "recording_id": null,
    "artist": "Jenks 'Tex' Carman",
    "artist_ids": [
        "e04921d6-9944-47fc-a3d3-27ca26e1bf12"
    ],
    "album": "Chippeha! The Essential Dixie Cowboy (1947-1957)",
    "release_id": "7fb62469-6b76-4fff-beb3-5b156d84d193",
    "release_group_id": null,
    "labels": [
        "Revenant"
    ],
    "label_ids": [
        "483edb6f-628c-4acc-b881-3337bfb9faeb"
    ],
    "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"
}