Information about plays

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

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

{
    "id": 2674819,
    "uri": "https://api.kexp.org/v2/plays/2674819/?format=api",
    "airdate": "2019-12-18T07:37:19-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forget about life",
    "track_id": "91e0c726-75cd-45df-9a05-6cc3bb7b3436",
    "recording_id": null,
    "artist": "HOLY",
    "artist_ids": [
        "eee79e22-1e55-4417-951f-e3e148239fd1"
    ],
    "album": "Forget About Life",
    "release_id": "c9d50b5c-6682-48c3-b10b-3fec7dfde431",
    "release_group_id": null,
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2019-11-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Holy is Stockholm based project of Hannes Ferm from Umeå, Sweden. <br> </br> Here's the official video: https://www.youtube.com/watch?v=016tanqJD_U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}