Information about plays

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

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

{
    "id": 3420637,
    "uri": "https://api.kexp.org/v2/plays/3420637/?format=api",
    "airdate": "2024-11-02T21:58:48-07:00",
    "show": 61748,
    "show_uri": "https://api.kexp.org/v2/shows/61748/?format=api",
    "image_uri": "https://ia801600.us.archive.org/2/items/mbid-6638d6d8-43d7-4e68-be54-8c5b3a02a5fe/mbid-6638d6d8-43d7-4e68-be54-8c5b3a02a5fe-39763092406_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/2/items/mbid-6638d6d8-43d7-4e68-be54-8c5b3a02a5fe/mbid-6638d6d8-43d7-4e68-be54-8c5b3a02a5fe-39763092406_thumb250.jpg",
    "song": "The End of the Day",
    "track_id": "d01563fc-91c5-43fc-8002-5f5dfc660f99",
    "recording_id": "55ff9e67-f1c0-46e9-8453-d617aa32c706",
    "artist": "Fastbacks",
    "artist_ids": [
        "3fe64039-d8e0-4ac2-838f-9a3bf97c4931"
    ],
    "album": "For WHAT Reason!",
    "release_id": "6638d6d8-43d7-4e68-be54-8c5b3a02a5fe",
    "release_group_id": "649b220a-6271-4c1d-aa7a-36a89786c30b",
    "labels": [
        "No Threes Records"
    ],
    "label_ids": [
        "afd5df73-7578-4fa8-b6ea-2fbdac399a41"
    ],
    "release_date": "2024-08-28",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "For What Reason just became available on CD. You can purchase them directly from the band or at Easy Street Records here in Seattle.\n\nhttps://www.facebook.com/thefastbacks/\nhttps://fastbacks.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}