Information about plays

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

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

{
    "id": 3419068,
    "uri": "https://api.kexp.org/v2/plays/3419068/?format=api",
    "airdate": "2024-10-30T00:49:16-07:00",
    "show": 61712,
    "show_uri": "https://api.kexp.org/v2/shows/61712/?format=api",
    "image_uri": "https://ia800707.us.archive.org/33/items/mbid-17d85952-34a0-47f7-9276-8ef9612ca5e4/mbid-17d85952-34a0-47f7-9276-8ef9612ca5e4-21759592538_thumb500.jpg",
    "thumbnail_uri": "https://ia800707.us.archive.org/33/items/mbid-17d85952-34a0-47f7-9276-8ef9612ca5e4/mbid-17d85952-34a0-47f7-9276-8ef9612ca5e4-21759592538_thumb250.jpg",
    "song": "For Real",
    "track_id": "43b78c58-225a-3813-8d34-b471ba3e676c",
    "recording_id": "17dfc794-2067-4773-be75-eefbdc7ddfaa",
    "artist": "Okkervil River",
    "artist_ids": [
        "9fa07bb4-8312-4cd7-a19a-4fdbc5797148"
    ],
    "album": "Black Sheep Boy",
    "release_id": "17d85952-34a0-47f7-9276-8ef9612ca5e4",
    "release_group_id": "78ef4b4c-b9f5-336b-a123-aef92c12e1ae",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2005-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://okkervilriver.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}