Information about plays

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

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

{
    "id": 355624,
    "uri": "https://api.kexp.org/v2/plays/355624/?format=api",
    "airdate": "2019-07-17T14:35:00-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Not Done (Still Not Done Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Fever Ray",
    "artist_ids": [
        "f7df5df4-4dfa-459d-972b-1ba051c15ddc"
    ],
    "album": "I'm Not Done (Still Not Done Mix)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mute Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes. This is NEW Fever Ray! Karin Dreijer just released two new versions of “I’m Not Done”. And yes, you should be dancing and happy. Read all about it here: https://bit.ly/2GcSI84",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}