Information about plays

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

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

{
    "id": 3417948,
    "uri": "https://api.kexp.org/v2/plays/3417948/?format=api",
    "airdate": "2024-10-27T13:17:10-07:00",
    "show": 61688,
    "show_uri": "https://api.kexp.org/v2/shows/61688/?format=api",
    "image_uri": "https://ia801606.us.archive.org/17/items/mbid-716ebead-475d-4a6c-9393-e58a5a1ac1da/mbid-716ebead-475d-4a6c-9393-e58a5a1ac1da-35389991511_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/17/items/mbid-716ebead-475d-4a6c-9393-e58a5a1ac1da/mbid-716ebead-475d-4a6c-9393-e58a5a1ac1da-35389991511_thumb250.jpg",
    "song": "Weak In Your Light",
    "track_id": "c46fdee0-8fa6-4b9b-b495-01d284454f64",
    "recording_id": "58f19088-3f48-4241-9eef-e60a89b0d139",
    "artist": "Nation of Language",
    "artist_ids": [
        "88927646-0c28-4b1b-a69e-cb33c400d650"
    ],
    "album": "Strange Disciple",
    "release_id": "716ebead-475d-4a6c-9393-e58a5a1ac1da",
    "release_group_id": "af9301be-e8e6-4068-a332-2b92e1bfc95e",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2023-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Check out a live session with Nation of Language at KEXP, recorded in 2023, including this track: https://www.youtube.com/watch?v=gTla9xP9atk\n\nhttps://www.nationoflanguage.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}