Information about plays

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

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

{
    "id": 3429368,
    "uri": "https://api.kexp.org/v2/plays/3429368/?format=api",
    "airdate": "2024-11-24T05:09:46-08:00",
    "show": 61932,
    "show_uri": "https://api.kexp.org/v2/shows/61932/?format=api",
    "image_uri": "https://ia801903.us.archive.org/21/items/mbid-d8619a1d-3a69-4567-9309-c5ce4c27941f/mbid-d8619a1d-3a69-4567-9309-c5ce4c27941f-39482854026_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/21/items/mbid-d8619a1d-3a69-4567-9309-c5ce4c27941f/mbid-d8619a1d-3a69-4567-9309-c5ce4c27941f-39482854026_thumb250.jpg",
    "song": "Hole In The Ground",
    "track_id": "02d59e04-5a37-46ce-b71d-100a37c39718",
    "recording_id": "c7719e6d-228e-4e1e-8dad-66961a1e5ad6",
    "artist": "Porridge Radio",
    "artist_ids": [
        "e5aa5d68-311e-435e-a143-68165adb05ca"
    ],
    "album": "Clouds In The Sky They Will Always Be There For Me",
    "release_id": "d8619a1d-3a69-4567-9309-c5ce4c27941f",
    "release_group_id": "53655195-c218-4e28-b66e-1b3bb7c3c119",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}