Information about plays

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

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

{
    "id": 3413524,
    "uri": "https://api.kexp.org/v2/plays/3413524/?format=api",
    "airdate": "2024-10-16T16:51:08-07:00",
    "show": 61593,
    "show_uri": "https://api.kexp.org/v2/shows/61593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Things Things Things",
    "track_id": "8f2ba30e-6917-4532-a7c4-2fdf94f01d40",
    "recording_id": "63e437f3-e3cf-4bb7-b1a2-95a577d85538",
    "artist": "Agender",
    "artist_ids": [
        "c4af6012-0a3d-4c75-8fe7-a5cc71be8c66"
    ],
    "album": "Things Things Things",
    "release_id": "cb9558d6-12b9-43b2-8072-d5d73ccd4bd9",
    "release_group_id": "ce126a3f-ceda-4989-96b1-dacc13de20da",
    "labels": [
        "Climax!"
    ],
    "label_ids": [
        "91aa4b0a-96a5-4006-8f75-07e9cc59404a"
    ],
    "release_date": "2024-09-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Agender!\n\nWatch the music video here: \nhttps://www.youtube.com/watch?v=uMn7W3jr5HE\n\nhttps://www.agendermusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}