Information about plays

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

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

{
    "id": 3438064,
    "uri": "https://api.kexp.org/v2/plays/3438064/?format=api",
    "airdate": "2024-12-14T16:42:17-08:00",
    "show": 62110,
    "show_uri": "https://api.kexp.org/v2/shows/62110/?format=api",
    "image_uri": "https://ia804600.us.archive.org/29/items/mbid-b2067ff0-fa8c-49b5-9c79-1042220ebf35/mbid-b2067ff0-fa8c-49b5-9c79-1042220ebf35-31400407833_thumb500.jpg",
    "thumbnail_uri": "https://ia904600.us.archive.org/29/items/mbid-b2067ff0-fa8c-49b5-9c79-1042220ebf35/mbid-b2067ff0-fa8c-49b5-9c79-1042220ebf35-31400407833_thumb250.jpg",
    "song": "Gasoline",
    "track_id": "ce56b1a8-0e17-40cb-bd7c-105f09179f80",
    "recording_id": "e2ca304e-96a0-4382-b9c3-5fc907ab50d4",
    "artist": "The Weeknd",
    "artist_ids": [
        "c8b03190-306c-4120-bb0b-6f2ebfc06ea9"
    ],
    "album": "Dawn FM",
    "release_id": "b2067ff0-fa8c-49b5-9c79-1042220ebf35",
    "release_group_id": "3344452a-3da9-4b4f-8954-ae23a86c2ecf",
    "labels": [
        "XO",
        "Republic Records"
    ],
    "label_ids": [
        "6b3c36b0-2c44-4f6b-b490-d4c69fa2b80f",
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2022-01-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The street is covered with....ants!!! Plus, there are lots of...twins!! Watch the disturbing video for \"Gasoline\": https://www.youtube.com/watch?v=iOa7uE23qc4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}