Information about plays

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

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

{
    "id": 378154,
    "uri": "https://api.kexp.org/v2/plays/378154/?format=api",
    "airdate": "2019-09-08T01:13:00-07:00",
    "show": 6294,
    "show_uri": "https://api.kexp.org/v2/shows/6294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cyclopean Clash",
    "track_id": "8b9b5131-d151-4623-8f2d-c4498fac6a3d",
    "recording_id": null,
    "artist": "Altarage",
    "artist_ids": [
        "7284054c-b98e-4e7a-8838-fcb8e929bb9f"
    ],
    "album": "The Approaching Roar",
    "release_id": "6409392d-abcb-497c-9bf2-cac184a4567d",
    "release_group_id": null,
    "labels": [
        "Seasons of Mist"
    ],
    "label_ids": [],
    "release_date": "2019-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this killer video for Spearheaderon; https://youtu.be/PcfRqju-QAU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}