Information about plays

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

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

{
    "id": 3417179,
    "uri": "https://api.kexp.org/v2/plays/3417179/?format=api",
    "airdate": "2024-10-25T17:03:33-07:00",
    "show": 61671,
    "show_uri": "https://api.kexp.org/v2/shows/61671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Alive",
    "track_id": "8e7e8052-9f69-4d83-b8fd-9da28d8ec0d8",
    "recording_id": "2f7ec6fc-6383-42cf-a58a-7d642ab6e029",
    "artist": "Beth Ditto",
    "artist_ids": [
        "a23b8dc2-97f4-4eab-a76d-dc3b2ef4b537"
    ],
    "album": "I'm Alive",
    "release_id": "c14212ca-cc94-4db5-b164-251b3f5f4d18",
    "release_group_id": "4b414995-b837-4938-9ae1-38a2376b3cff",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2018-01-19",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This was Beth Ditto's take on Tommy James & The Shondells' 1968 song \"I'm Alive.\" Ditto said of the cover: \"Being alive is radical right now. So let's live!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}