Information about plays

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

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

{
    "id": 3438078,
    "uri": "https://api.kexp.org/v2/plays/3438078/?format=api",
    "airdate": "2024-12-14T17:17:27-08:00",
    "show": 62110,
    "show_uri": "https://api.kexp.org/v2/shows/62110/?format=api",
    "image_uri": "https://ia801608.us.archive.org/20/items/mbid-938b79d7-8bfc-4512-bfa2-dbbf2f6634c6/mbid-938b79d7-8bfc-4512-bfa2-dbbf2f6634c6-34585762234_thumb500.jpg",
    "thumbnail_uri": "https://ia801608.us.archive.org/20/items/mbid-938b79d7-8bfc-4512-bfa2-dbbf2f6634c6/mbid-938b79d7-8bfc-4512-bfa2-dbbf2f6634c6-34585762234_thumb250.jpg",
    "song": "Promised Land",
    "track_id": "0e55f605-78c9-46e8-8c1b-a688dcb497ed",
    "recording_id": "13009914-d036-4db2-bd8a-7241138c082c",
    "artist": "Cold Cave",
    "artist_ids": [
        "f7f32d93-0801-45cb-9f5a-e68f640649f4"
    ],
    "album": "Promised Land",
    "release_id": "938b79d7-8bfc-4512-bfa2-dbbf2f6634c6",
    "release_group_id": "902982cb-ba23-4d2c-bcb0-6c0305fe5b40",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}