Information about plays

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

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

{
    "id": 3574268,
    "uri": "https://api.kexp.org/v2/plays/3574268/?format=api",
    "airdate": "2025-11-05T10:03:30-08:00",
    "show": 65029,
    "show_uri": "https://api.kexp.org/v2/shows/65029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Man No City",
    "track_id": "e51015f1-a9b8-4bcf-a986-30d2c4394db9",
    "recording_id": "5354a38e-0e8b-4a05-90c3-291e66b4073e",
    "artist": "Parquet Courts",
    "artist_ids": [
        "e01755e3-58ab-4a5b-a9e9-a0a3bd3dff4c"
    ],
    "album": "Human Performance",
    "release_id": "cd3ca3d6-8f45-494f-8249-1af38eafbd40",
    "release_group_id": "3353a8a0-a5ab-4970-b34e-090afcc2bba7",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2016-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.parquet-courts.com/\n\nCheck out the live performance of this song on KEXP here: https://www.youtube.com/watch?v=1WdiApPfScI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}