Information about plays

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

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

{
    "id": 343685,
    "uri": "https://api.kexp.org/v2/plays/343685/?format=api",
    "airdate": "2019-06-20T00:30:00-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't no Stoppin' Us Now",
    "track_id": "8491f8c4-e1d4-30a5-b5d1-37e2a70564cd",
    "recording_id": null,
    "artist": "McFadden & Whitehead",
    "artist_ids": [
        "78245bc7-ee69-4fca-b17f-81b2975f4fc6"
    ],
    "album": "McFadden & Whitehead",
    "release_id": "12904b34-372d-466d-8c5f-788643c79fae",
    "release_group_id": null,
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}