Information about plays

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

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

{
    "id": 350107,
    "uri": "https://api.kexp.org/v2/plays/350107/?format=api",
    "airdate": "2019-07-04T16:59:50-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19/9910321859-250.jpg",
    "thumbnail_uri": "",
    "song": "Soldier",
    "track_id": "ca6cd460-942f-3530-a775-efb8478abc35",
    "recording_id": null,
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "New Amerykah, Part One (4th World War)",
    "release_id": "8dd7e1d1-d0d1-43ba-9d66-4ab0274bac19",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2008-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}