Information about plays

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

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

{
    "id": 351702,
    "uri": "https://api.kexp.org/v2/plays/351702/?format=api",
    "airdate": "2019-07-08T12:32:20-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "25, Alive",
    "track_id": "a0d33472-b7fd-4f1c-9bcc-aac26b4c35b1",
    "recording_id": null,
    "artist": "Oh, Rose",
    "artist_ids": [
        "7782c0aa-a9e6-439c-b8f0-97c57d09c2df"
    ],
    "album": "While My Father Sleeps",
    "release_id": "020f1bd2-867d-4750-af53-d392c1a38801",
    "release_group_id": null,
    "labels": [
        "Park the Van"
    ],
    "label_ids": [
        "3d181182-568b-4108-9a9a-5595aefddcb2"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}