Information about plays

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

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

{
    "id": 3422086,
    "uri": "https://api.kexp.org/v2/plays/3422086/?format=api",
    "airdate": "2024-11-06T11:53:39-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia803209.us.archive.org/34/items/mbid-306adcf4-39b2-4706-919a-f960cc7a1c48/mbid-306adcf4-39b2-4706-919a-f960cc7a1c48-2930110026_thumb500.jpg",
    "thumbnail_uri": "https://ia803209.us.archive.org/34/items/mbid-306adcf4-39b2-4706-919a-f960cc7a1c48/mbid-306adcf4-39b2-4706-919a-f960cc7a1c48-2930110026_thumb250.jpg",
    "song": "Ohm",
    "track_id": "a853d20c-0c1e-3f2f-ba00-634c4a14dfbb",
    "recording_id": "aec4c933-78c1-4397-9433-5db9adb80db9",
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "Fade",
    "release_id": "306adcf4-39b2-4706-919a-f960cc7a1c48",
    "release_group_id": "6d08ebb5-78ff-40d9-9ecb-37c8f06cf089",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2013-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orginially formed as husband-and-wife duo Ira Kaplan and Georgia Hubley added members James Mcnew and Dace Shcramm.\nSee Yo La Tengo perform \"Ohm\" in a live performance in our studio: https://www.youtube.com/watch?v=rfTru5_lWlU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}