Information about plays

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

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

{
    "id": 3439652,
    "uri": "https://api.kexp.org/v2/plays/3439652/?format=api",
    "airdate": "2024-12-18T12:09:45-08:00",
    "show": 62142,
    "show_uri": "https://api.kexp.org/v2/shows/62142/?format=api",
    "image_uri": "https://ia600404.us.archive.org/2/items/mbid-3806e33e-0f0b-4abf-8cb3-db2789af66db/mbid-3806e33e-0f0b-4abf-8cb3-db2789af66db-18406255307_thumb500.jpg",
    "thumbnail_uri": "https://ia600404.us.archive.org/2/items/mbid-3806e33e-0f0b-4abf-8cb3-db2789af66db/mbid-3806e33e-0f0b-4abf-8cb3-db2789af66db-18406255307_thumb250.jpg",
    "song": "The One to Wait",
    "track_id": "16ced2de-6415-413f-9a53-1b5ce00445c3",
    "recording_id": "62cc8136-bc1a-4274-a7f5-a3af708fd355",
    "artist": "CCFX",
    "artist_ids": [
        "0c5ef09a-e32a-4089-8981-948d1891ecfb"
    ],
    "album": "CCFX EP",
    "release_id": "3806e33e-0f0b-4abf-8cb3-db2789af66db",
    "release_group_id": "6d28e6be-4d9b-4bd1-88f8-e520e9051aaa",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2017-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that KEXP was CCFX's live radio performance debut? Check out the LIVE on KEXP session they did with us back in 2018, here:  https://youtu.be/21-yLGJCxmo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}