Information about plays

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

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

{
    "id": 3436384,
    "uri": "https://api.kexp.org/v2/plays/3436384/?format=api",
    "airdate": "2024-12-10T16:38:08-08:00",
    "show": 62075,
    "show_uri": "https://api.kexp.org/v2/shows/62075/?format=api",
    "image_uri": "https://ia801404.us.archive.org/20/items/mbid-59e607db-cba4-4515-9168-30b18844f3de/mbid-59e607db-cba4-4515-9168-30b18844f3de-39620924626_thumb500.jpg",
    "thumbnail_uri": "https://ia601404.us.archive.org/20/items/mbid-59e607db-cba4-4515-9168-30b18844f3de/mbid-59e607db-cba4-4515-9168-30b18844f3de-39620924626_thumb250.jpg",
    "song": "Walking Down the Road",
    "track_id": "49088296-cf80-4df1-a34b-ff659aa9c3a7",
    "recording_id": "5fb44d1e-0ec7-4400-9d7e-736ec4145046",
    "artist": "Henrik Appel",
    "artist_ids": [
        "4fe9962e-a6ea-4a48-8f8e-ea62a2e548a3"
    ],
    "album": "Shadows",
    "release_id": "59e607db-cba4-4515-9168-30b18844f3de",
    "release_group_id": "d8eec1ed-0f10-4a4f-b443-8c58762b4a4d",
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New sounds out of Stockholm.\n\nhttps://henrikappel.bandcamp.com/album/shadows-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}