Information about plays

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

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

{
    "id": 3550678,
    "uri": "https://api.kexp.org/v2/plays/3550678/?format=api",
    "airdate": "2025-09-09T02:13:20-07:00",
    "show": 64514,
    "show_uri": "https://api.kexp.org/v2/shows/64514/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6e00cd7-cf55-4dda-ad28-61b9370f1cb1/11904286764-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c6e00cd7-cf55-4dda-ad28-61b9370f1cb1/11904286764-250.jpg",
    "song": "Mary Long Tongue",
    "track_id": null,
    "recording_id": "bbe5d78a-1839-4ef5-a2b3-54cc97402fe9",
    "artist": "Barrington Levy",
    "artist_ids": [
        "8ddf3da1-dfa9-490a-93cc-7d4072319995"
    ],
    "album": "Robin Hood",
    "release_id": null,
    "release_group_id": "a0c20406-4715-304a-b9cb-727005eb5e0e",
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One more from the OG\n\nCheck out the full performance and rest of the interview here -- https://www.youtube.com/watch?v=lfgZ8v3sszs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}