Information about plays

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

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

{
    "id": 3420711,
    "uri": "https://api.kexp.org/v2/plays/3420711/?format=api",
    "airdate": "2024-11-03T01:41:53-07:00",
    "show": 61749,
    "show_uri": "https://api.kexp.org/v2/shows/61749/?format=api",
    "image_uri": "https://coverartarchive.org/release/5902d22e-d1f9-463d-86e8-4546761a73a6/37096269732-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5902d22e-d1f9-463d-86e8-4546761a73a6/37096269732-250.jpg",
    "song": "The Cattle Thief",
    "track_id": null,
    "recording_id": "3b82e8f6-b966-407d-906c-cc2f3d2800cd",
    "artist": "Wayfarer",
    "artist_ids": [
        "4341ebaa-7aed-4b80-91eb-bf5b614b59a3"
    ],
    "album": "American Gothic",
    "release_id": null,
    "release_group_id": "3f61c9ef-0db1-4d3e-9333-5fda5d6a22d9",
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2023-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fifth full length from this Denver, CO based band featuring members of Blood Incantation and Stormkeep.\n\n http://wayfarercolorado.bandcamp.com/ \n\nCatch their Seek & Destroy on KEXP in-studio live performance with us by following the link below here: \n\nhttps://www.youtube.com/watch?v=y8c0HEe041w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}