Information about plays

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

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

{
    "id": 3412829,
    "uri": "https://api.kexp.org/v2/plays/3412829/?format=api",
    "airdate": "2024-10-15T07:14:45-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ship of Fools",
    "track_id": "5b78cdc1-3520-3eb0-b8b9-c5f32911ff17",
    "recording_id": "f6e102d0-29e7-4c5f-bbdc-d407053e3cac",
    "artist": "World Party",
    "artist_ids": [
        "f7691e08-2824-4e40-b126-4e4a20675036"
    ],
    "album": "Private Revolution",
    "release_id": "83842ef0-45f7-3c39-bcb9-57839bb9505a",
    "release_group_id": "8a6b4c17-51bf-3f14-884b-bfa1dd79195d",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1986-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "rivate Revolution is the debut album by the British rock band World Party. At the time, singer-songwriter/multi-instrumentalist Karl Wallinger was the only member of World Party, and the only person pictured on the cover. Watch World Party performing live in the KEXP studio in 2012 - https://www.youtube.com/watch?v=rdhjXdqqjkk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}