Information about plays

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

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

{
    "id": 344857,
    "uri": "https://api.kexp.org/v2/plays/344857/?format=api",
    "airdate": "2019-06-22T21:06:36-07:00",
    "show": 5749,
    "show_uri": "https://api.kexp.org/v2/shows/5749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slugs Are Burning",
    "track_id": "26b7fae8-49c3-30b7-8eec-05c7afeb4561",
    "recording_id": null,
    "artist": "NoMeansNo",
    "artist_ids": [
        "37e9d7b2-7779-41b2-b2eb-3685351caad3"
    ],
    "album": "All Roads Lead to Ausfahrt",
    "release_id": "4ab8e8be-fbdb-42f4-a246-b297d7659c6b",
    "release_group_id": null,
    "labels": [
        "AntAcidAudio"
    ],
    "label_ids": [
        "7b27cf72-7954-4bf4-ad03-616e0b77a21e"
    ],
    "release_date": "2006-08-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}