Information about plays

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

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

{
    "id": 349575,
    "uri": "https://api.kexp.org/v2/plays/349575/?format=api",
    "airdate": "2019-07-03T12:58:35-07:00",
    "show": 5823,
    "show_uri": "https://api.kexp.org/v2/shows/5823/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothin' No",
    "track_id": "6979b34f-a0e6-3cba-82c6-2d04cc06dac4",
    "recording_id": null,
    "artist": "David Vandervelde",
    "artist_ids": [
        "a1abfe3f-8c92-4003-b2b0-e5ed817f1e99"
    ],
    "album": "The Moonstation House Band",
    "release_id": "5512398d-f104-4589-92e6-dd34c4c39d54",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2007-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}