Information about plays

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

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

{
    "id": 3413227,
    "uri": "https://api.kexp.org/v2/plays/3413227/?format=api",
    "airdate": "2024-10-16T03:17:37-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m So Glad I Found You, Baby",
    "track_id": "3d369822-60cb-4576-bec2-68fec707d06a",
    "recording_id": "3f4fbc49-6dec-48f5-97a4-2c40966afa21",
    "artist": "Thee Sacred Souls",
    "artist_ids": [
        "32b87bbc-2363-457a-97b4-3103a569f3a7"
    ],
    "album": "Got a Story to Tell",
    "release_id": "625ae6f1-73c2-4b99-9909-1d29d298e223",
    "release_group_id": "98733ea0-78d5-407c-bedf-dd2b58d98b1c",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}