Information about plays

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

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

{
    "id": 375050,
    "uri": "https://api.kexp.org/v2/plays/375050/?format=api",
    "airdate": "2019-09-01T01:23:44-07:00",
    "show": 6243,
    "show_uri": "https://api.kexp.org/v2/shows/6243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jumping at Shadows",
    "track_id": "bc9e1445-6d8b-3b68-8137-56eac832c654",
    "recording_id": null,
    "artist": "Benediction",
    "artist_ids": [
        "ae400a56-6d51-405b-af47-26a68713ccb3"
    ],
    "album": "The Grand Leveller",
    "release_id": "b23130fa-96a0-4cd1-8e43-2309f824d38e",
    "release_group_id": null,
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [],
    "release_date": "1991-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Birmingham, UK; https://www.facebook.com/Benedictionband/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}