Information about plays

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

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

{
    "id": 349773,
    "uri": "https://api.kexp.org/v2/plays/349773/?format=api",
    "airdate": "2019-07-03T22:27:00-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spicks And Specks",
    "track_id": null,
    "recording_id": null,
    "artist": "Bee Gees",
    "artist_ids": [
        "bf0f7e29-dfe1-416c-b5c6-f9ebc19ea810"
    ],
    "album": "Best Of Bee Gees",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}