Information about plays

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

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

{
    "id": 3417788,
    "uri": "https://api.kexp.org/v2/plays/3417788/?format=api",
    "airdate": "2024-10-27T03:17:52-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc209120-aa1c-4028-888d-2a9a1f94b610/39942872253-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc209120-aa1c-4028-888d-2a9a1f94b610/39942872253-250.jpg",
    "song": "Passionate Pretender",
    "track_id": null,
    "recording_id": "7158e120-6fc2-4796-b195-55965a0f3b2f",
    "artist": "Intranced",
    "artist_ids": [
        "14c849a1-72a9-4291-9c6a-424426c5afaf"
    ],
    "album": "Muerte y metal",
    "release_id": null,
    "release_group_id": "1a2a839b-489d-4da7-90ab-06e21719c625",
    "labels": [
        "High Roller Records"
    ],
    "label_ids": [
        "85c3289b-3c91-4496-aaaa-f3a59e21479b"
    ],
    "release_date": "2024-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check them out on bandcamp here: https://intranced.bandcamp.com/album/muerte-y-metal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}