Information about plays

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

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

{
    "id": 344863,
    "uri": "https://api.kexp.org/v2/plays/344863/?format=api",
    "airdate": "2019-06-22T21:23:54-07:00",
    "show": 5749,
    "show_uri": "https://api.kexp.org/v2/shows/5749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only in America",
    "track_id": "a7fd9377-1b70-4742-9110-dbf250f862ee",
    "recording_id": null,
    "artist": "Naked Raygun",
    "artist_ids": [
        "85d2e30c-92fd-4c7f-a2dc-f988a70e234d"
    ],
    "album": "Throb Throb",
    "release_id": "5ec3476a-cc9a-4872-90b9-2ed913508fd5",
    "release_group_id": null,
    "labels": [
        "Homestead Records"
    ],
    "label_ids": [
        "3a113bbe-09e6-4e87-9055-20b488e7d361"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}