Information about plays

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

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

{
    "id": 3574508,
    "uri": "https://api.kexp.org/v2/plays/3574508/?format=api",
    "airdate": "2025-11-06T00:12:26-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e1a20f3-aaaa-4346-9a23-4464f991038b/32515177012-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e1a20f3-aaaa-4346-9a23-4464f991038b/32515177012-250.jpg",
    "song": "Come On",
    "track_id": null,
    "recording_id": "4585b7cd-90ee-4555-be85-197e4c79cf43",
    "artist": "The Atlantics",
    "artist_ids": [
        "c53f58e3-2947-4471-b9e5-a01efd97e872"
    ],
    "album": "Before Birdmen Flew… Volume Three",
    "release_id": null,
    "release_group_id": "74d1d9b2-4346-472c-92c1-1ae7441a3ce7",
    "labels": [
        "Vinyl Vengeance"
    ],
    "label_ids": [
        "1828bcf5-2b50-457d-9893-d6c61d4b5344"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}