Information about plays

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

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

{
    "id": 355877,
    "uri": "https://api.kexp.org/v2/plays/355877/?format=api",
    "airdate": "2019-07-18T04:38:49-07:00",
    "show": 5929,
    "show_uri": "https://api.kexp.org/v2/shows/5929/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twist & Turn",
    "track_id": null,
    "recording_id": null,
    "artist": "Hugo Massien",
    "artist_ids": [],
    "album": "Dance Trax Vol. 21",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Unknown to the Unknown"
    ],
    "label_ids": [
        "d9d33e58-21c9-47b7-8b77-045efbc8ae54"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Where's the rave at this weekend? - https://unknowntotheunknown.bandcamp.com/album/dance-trax-vol-21",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}