Information about plays

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

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

{
    "id": 3298586,
    "uri": "https://api.kexp.org/v2/plays/3298586/?format=api",
    "airdate": "2024-01-18T09:02:25-08:00",
    "show": 59179,
    "show_uri": "https://api.kexp.org/v2/shows/59179/?format=api",
    "image_uri": "https://coverartarchive.org/release/53f8844d-6359-48bd-81f0-9aa627da56c1/37556824440-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53f8844d-6359-48bd-81f0-9aa627da56c1/37556824440-250.jpg",
    "song": "Mercy Tree",
    "track_id": null,
    "recording_id": "c082e3b7-fad9-465a-a0a6-b30eee9e5e55",
    "artist": "Liam Bailey",
    "artist_ids": [
        "f0301343-059a-4f68-a0b0-c6c447680c8d"
    ],
    "album": "Zero Grace",
    "release_id": null,
    "release_group_id": "253f4a28-65bd-4cb9-b3d0-e109cac9a1ee",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2024-02-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another sweet Liam Bailey/Leon Michels joint out next month!\n\nhttps://liambaileymusic.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}