Information about plays

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

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

{
    "id": 3420800,
    "uri": "https://api.kexp.org/v2/plays/3420800/?format=api",
    "airdate": "2024-11-03T05:54:59-08:00",
    "show": 61750,
    "show_uri": "https://api.kexp.org/v2/shows/61750/?format=api",
    "image_uri": "https://ia800904.us.archive.org/19/items/mbid-2e60b55b-8bbc-426a-a235-f53f74579248/mbid-2e60b55b-8bbc-426a-a235-f53f74579248-22445172054_thumb500.jpg",
    "thumbnail_uri": "https://ia800904.us.archive.org/19/items/mbid-2e60b55b-8bbc-426a-a235-f53f74579248/mbid-2e60b55b-8bbc-426a-a235-f53f74579248-22445172054_thumb250.jpg",
    "song": "When They Really Get to Know You They Will Run",
    "track_id": "91426958-1a36-3409-9ea5-1e3946096d9c",
    "recording_id": "790c2c4f-57bf-4b3f-9aa4-00f868e0a564",
    "artist": "Pedro the Lion",
    "artist_ids": [
        "2f360fd9-6440-4896-9f45-8156e8b0b204"
    ],
    "album": "It's Hard to Find a Friend",
    "release_id": "2e60b55b-8bbc-426a-a235-f53f74579248",
    "release_group_id": "340d0be6-1b34-324c-a143-d8f0a7696457",
    "labels": [
        "Made in Mexico"
    ],
    "label_ids": [
        "4139cd4f-0619-4c1e-a608-a54fab24e00a"
    ],
    "release_date": "1998-11-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1998. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}