Information about plays

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

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

{
    "id": 3422495,
    "uri": "https://api.kexp.org/v2/plays/3422495/?format=api",
    "airdate": "2024-11-07T11:58:25-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia801801.us.archive.org/24/items/mbid-766ae166-be58-4fba-ab39-499c8353a63b/mbid-766ae166-be58-4fba-ab39-499c8353a63b-6669988020_thumb500.jpg",
    "thumbnail_uri": "https://ia601801.us.archive.org/24/items/mbid-766ae166-be58-4fba-ab39-499c8353a63b/mbid-766ae166-be58-4fba-ab39-499c8353a63b-6669988020_thumb250.jpg",
    "song": "Had to Hear",
    "track_id": "d7e58004-6cc9-4af1-8285-959e702b516e",
    "recording_id": "0b5151dc-90da-45a6-99b4-fa4930fd0de2",
    "artist": "Real Estate",
    "artist_ids": [
        "2ff0dfc6-0542-4bbc-a44a-60605c074ba6"
    ],
    "album": "Atlas",
    "release_id": "766ae166-be58-4fba-ab39-499c8353a63b",
    "release_group_id": "5a2e6e14-5e99-4711-828d-1bf2e6f558ac",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2014-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Real Estate joined us Live on KEXP this past March - relive it right here:\nhttps://www.youtube.com/watch?v=5yZQFBFG4vs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}