Information about plays

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

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

{
    "id": 354006,
    "uri": "https://api.kexp.org/v2/plays/354006/?format=api",
    "airdate": "2019-07-13T21:13:00-07:00",
    "show": 5900,
    "show_uri": "https://api.kexp.org/v2/shows/5900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "78 RPM",
    "track_id": "2ab43869-43c1-3020-ac81-f6a6a53c2b7a",
    "recording_id": null,
    "artist": "Stiff Little Fingers",
    "artist_ids": [
        "022865bc-84c9-4002-b6c1-d5fc6e12b7d8"
    ],
    "album": "All the Best",
    "release_id": "c5b5f358-e824-4255-ad64-bc9831c7d4a6",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}