Information about plays

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

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

{
    "id": 3422162,
    "uri": "https://api.kexp.org/v2/plays/3422162/?format=api",
    "airdate": "2024-11-06T16:55:53-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://ia800401.us.archive.org/11/items/mbid-8c670099-691d-486b-95f4-44925ca04451/mbid-8c670099-691d-486b-95f4-44925ca04451-39087069019_thumb500.jpg",
    "thumbnail_uri": "https://ia800401.us.archive.org/11/items/mbid-8c670099-691d-486b-95f4-44925ca04451/mbid-8c670099-691d-486b-95f4-44925ca04451-39087069019_thumb250.jpg",
    "song": "Run Boy Run",
    "track_id": "235f2059-5ca9-4102-9e0d-250e0a78dc71",
    "recording_id": "4a0a7d99-a2af-46c4-8a96-2f23d0fb4a19",
    "artist": "Woodkid",
    "artist_ids": [
        "420e923e-e74c-42ef-b771-2e2bcee93394"
    ],
    "album": "Run Boy Run",
    "release_id": "8c670099-691d-486b-95f4-44925ca04451",
    "release_group_id": "4d6f2370-a072-4fa8-89c8-adb280be1bde",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2012-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yoann Lemoine is a designer, director, and composer -- he adopted the moniker Woodkid with a sound steeped in the tradition of baroque pop and neo-folk  His skills as a director shine through in his AMAZING videos for this song and his other work -- this video is a stunner:  https://youtu.be/lmc21V-zBq0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}