Information about plays

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

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

{
    "id": 3531322,
    "uri": "https://api.kexp.org/v2/plays/3531322/?format=api",
    "airdate": "2025-07-24T23:54:17-07:00",
    "show": 64104,
    "show_uri": "https://api.kexp.org/v2/shows/64104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Evil Vibrations",
    "track_id": null,
    "recording_id": "9c3d2e0c-b4b1-42f1-b1fe-3286e8b9edc5",
    "artist": "Mighty Ryeders",
    "artist_ids": [
        "2c8bf877-8410-4b61-b983-ed98492d4ff3"
    ],
    "album": "Legendary Free Soul Premium",
    "release_id": null,
    "release_group_id": "726c2ef0-a64d-495f-ae1b-b2dbb794319b",
    "labels": [
        "P‐VINE RECORDS"
    ],
    "label_ids": [
        "f349f4ac-7fda-4d25-93a9-f148f820e143"
    ],
    "release_date": "2024-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}