Information about plays

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

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

{
    "id": 3555834,
    "uri": "https://api.kexp.org/v2/plays/3555834/?format=api",
    "airdate": "2025-09-21T09:04:26-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa0bc1db-0f54-4787-ae0e-e176fd498c95/42627335204-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aa0bc1db-0f54-4787-ae0e-e176fd498c95/42627335204-250.jpg",
    "song": "A Song for You",
    "track_id": null,
    "recording_id": "11c14335-8cbf-45ab-8795-53c137ca751c",
    "artist": "Gram Parsons",
    "artist_ids": [
        "cbc83fb1-2c23-4ad1-9187-594b30da3f21"
    ],
    "album": "GP",
    "release_id": null,
    "release_group_id": "328fc74f-6968-3dfa-bd61-f54fd3e6bfd5",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Georgia musician knew a thing or two about melancholy, having experienced a childhood darkened by parental alcoholism, it wasn’t long after this album was released that Parsons himself died of a drug overdose.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}