Information about plays

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

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

{
    "id": 349416,
    "uri": "https://api.kexp.org/v2/plays/349416/?format=api",
    "airdate": "2019-07-03T03:57:46-07:00",
    "show": 5821,
    "show_uri": "https://api.kexp.org/v2/shows/5821/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sound System",
    "track_id": null,
    "recording_id": null,
    "artist": "The Laurels",
    "artist_ids": [],
    "album": "Sound System",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rice Is Nice"
    ],
    "label_ids": [
        "68bfc04b-8e8a-48c2-a2da-020e78f58a5c"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single off Sydney, AU band The Laurels' forthcoming record - https://thelaurels.bandcamp.com/track/sound-system",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}