Information about plays

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

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

{
    "id": 3428019,
    "uri": "https://api.kexp.org/v2/plays/3428019/?format=api",
    "airdate": "2024-11-20T23:24:09-08:00",
    "show": 61904,
    "show_uri": "https://api.kexp.org/v2/shows/61904/?format=api",
    "image_uri": "https://ia801902.us.archive.org/33/items/mbid-7acb551e-2a8a-4de1-aea0-b394e21ecedd/mbid-7acb551e-2a8a-4de1-aea0-b394e21ecedd-4085725897_thumb500.jpg",
    "thumbnail_uri": "https://ia801902.us.archive.org/33/items/mbid-7acb551e-2a8a-4de1-aea0-b394e21ecedd/mbid-7acb551e-2a8a-4de1-aea0-b394e21ecedd-4085725897_thumb250.jpg",
    "song": "One Day Like This",
    "track_id": "49ffcd94-d355-373b-af48-036fe52adf7a",
    "recording_id": "f07669db-6dc7-470c-9532-99895b6ae9f9",
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "The Seldom Seen Kid",
    "release_id": "7acb551e-2a8a-4de1-aea0-b394e21ecedd",
    "release_group_id": "e7750214-a944-370f-a68e-99e63cda4758",
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "2008-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}