Information about plays

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

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

{
    "id": 3572544,
    "uri": "https://api.kexp.org/v2/plays/3572544/?format=api",
    "airdate": "2025-11-01T09:59:27-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "war",
    "track_id": null,
    "recording_id": "f1c2aa41-2b6d-499c-97c8-3e4accb50c73",
    "artist": "Fousheé",
    "artist_ids": [
        "a298565e-d43e-46c4-b35c-bfe131258815"
    ],
    "album": "Pointy Heights",
    "release_id": null,
    "release_group_id": "7bfdce3d-0ce1-4342-b4c5-076d5d4fb968",
    "labels": [
        "Trackmasters Entertainment"
    ],
    "label_ids": [
        "3d6e7500-494d-4e02-a72e-765da9d1496e"
    ],
    "release_date": "2024-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamaican-American artist Britanny Fousheé, known simply as Fousheé, grew up in New Jersey\n\nhttps://www.youtube.com/watch?v=km9wJDurSSk&t=1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}