Information about plays

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

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

{
    "id": 3422434,
    "uri": "https://api.kexp.org/v2/plays/3422434/?format=api",
    "airdate": "2024-11-07T08:26:24-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia601406.us.archive.org/15/items/mbid-d8d7147d-52a3-4457-bc30-01366f9e7f9a/mbid-d8d7147d-52a3-4457-bc30-01366f9e7f9a-30714332048_thumb500.jpg",
    "thumbnail_uri": "https://ia601406.us.archive.org/15/items/mbid-d8d7147d-52a3-4457-bc30-01366f9e7f9a/mbid-d8d7147d-52a3-4457-bc30-01366f9e7f9a-30714332048_thumb250.jpg",
    "song": "Meridian",
    "track_id": "cdca938a-febb-4b83-bf95-2b38b72b7c4e",
    "recording_id": "5c68761d-c5be-4e70-af00-2f19c368a1bc",
    "artist": "ODESZA",
    "artist_ids": [
        "2e222fce-02ae-4221-b1c6-3c3242b423b6"
    ],
    "album": "A Moment Apart",
    "release_id": "d8d7147d-52a3-4457-bc30-01366f9e7f9a",
    "release_group_id": "724699f1-9153-4c72-9ac4-cbf2d598582b",
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the local electronic duo's third studio album. https://odesza.bandcamp.com/ \n---\nODESZA performed live in the KEXP studio in 2017 - https://www.youtube.com/watch?v=aGVU_1Udhrs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}