Information about plays

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

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

{
    "id": 3416119,
    "uri": "https://api.kexp.org/v2/plays/3416119/?format=api",
    "airdate": "2024-10-23T01:24:52-07:00",
    "show": 61649,
    "show_uri": "https://api.kexp.org/v2/shows/61649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Basso Profundo",
    "track_id": "1725a63b-cd01-3289-944b-a57735fcfdc5",
    "recording_id": "684b7ce5-9e50-4ef8-bc6b-40c9092ac4c8",
    "artist": "DeVotchKa",
    "artist_ids": [
        "a66cc38c-e6cd-4725-a8fd-7d32b998347f"
    ],
    "album": "A Mad & Faithful Telling",
    "release_id": "d9b10289-2024-429d-ae8e-9bb7d2ae7474",
    "release_group_id": "32f418ad-2180-361e-bb34-2947e568fe2d",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2008-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP: https://www.youtube.com/watch?v=J7sp980XwN0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}