Information about plays

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

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

{
    "id": 3618319,
    "uri": "https://api.kexp.org/v2/plays/3618319/?format=api",
    "airdate": "2026-02-16T14:02:27-08:00",
    "show": 65951,
    "show_uri": "https://api.kexp.org/v2/shows/65951/?format=api",
    "image_uri": "https://coverartarchive.org/release/50cd38d5-bcbb-43f5-bb1b-51d671f44a5a/13515308281-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50cd38d5-bcbb-43f5-bb1b-51d671f44a5a/13515308281-250.jpg",
    "song": "Like Fire",
    "track_id": null,
    "recording_id": "a45e2474-e444-419d-89d0-bfa059690abf",
    "artist": "Joan Armatrading",
    "artist_ids": [
        "fa598e78-5cc5-4a8b-a3b5-63934d4712c7"
    ],
    "album": "Joan Armatrading",
    "release_id": null,
    "release_group_id": "0ac6d075-35ed-3ec4-8751-06533b8511ee",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1976-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third studio album from singer-songwriter and guitarist Joan Armatrading. \n\nArmatrading has achieved many UK-related firsts! She is the first woman in the UK to... debut at number one in Billboards Blue charts, the first to be nominated for a Grammy in the blues category, and the first to gain international success. \n\nhttps://joanarmatrading.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}