Information about plays

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

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

{
    "id": 369232,
    "uri": "https://api.kexp.org/v2/plays/369232/?format=api",
    "airdate": "2019-08-18T20:46:00-07:00",
    "show": 6155,
    "show_uri": "https://api.kexp.org/v2/shows/6155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wallow in the Myrrh (Light My Fire)",
    "track_id": "2656df74-e307-3891-81ed-456117192d47",
    "recording_id": null,
    "artist": "The Poets of Rhythm",
    "artist_ids": [
        "96a0ffd8-d1dd-4cc1-aa9b-f43f1fafafcf"
    ],
    "album": "Original Raw Soul, Volume 2: Into Space and Time",
    "release_id": "438fa165-be4c-4856-a59d-4080666dd05f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}