Information about plays

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

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

{
    "id": 3418781,
    "uri": "https://api.kexp.org/v2/plays/3418781/?format=api",
    "airdate": "2024-10-29T10:11:11-07:00",
    "show": 61707,
    "show_uri": "https://api.kexp.org/v2/shows/61707/?format=api",
    "image_uri": "https://ia804708.us.archive.org/17/items/mbid-3b4c7e87-c690-49a8-ab74-d1194a42acb3/mbid-3b4c7e87-c690-49a8-ab74-d1194a42acb3-9708283166_thumb500.jpg",
    "thumbnail_uri": "https://ia904708.us.archive.org/17/items/mbid-3b4c7e87-c690-49a8-ab74-d1194a42acb3/mbid-3b4c7e87-c690-49a8-ab74-d1194a42acb3-9708283166_thumb250.jpg",
    "song": "Reptile",
    "track_id": "0a3f65bb-6cdb-3b40-ad4e-03839483c88a",
    "recording_id": "8ecf2ee6-4e09-4d0d-bc14-8dcc08cf5b73",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Starfish",
    "release_id": "3b4c7e87-c690-49a8-ab74-d1194a42acb3",
    "release_group_id": "b3544e98-7947-3802-bdd5-e92ef6cedb1b",
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "49611287-8148-4803-9a85-fccde117515a"
    ],
    "release_date": "1988-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh my, watch The Church performing \"Reptile\" live in Sydney in 2011: https://www.youtube.com/watch?app=desktop&v=JIYGDwUyO8g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}