Information about plays

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

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

{
    "id": 351049,
    "uri": "https://api.kexp.org/v2/plays/351049/?format=api",
    "airdate": "2019-07-06T23:16:22-07:00",
    "show": 5849,
    "show_uri": "https://api.kexp.org/v2/shows/5849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afterever",
    "track_id": null,
    "recording_id": null,
    "artist": "Love Canal",
    "artist_ids": [
        "a64a714f-b7ca-4946-984f-47d10a88baf5"
    ],
    "album": "If it ain't broke Break It",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hostage Music"
    ],
    "label_ids": [
        "9eb8f091-569c-4a4d-a820-709fc41deb51"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}