Information about plays

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

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

{
    "id": 3428575,
    "uri": "https://api.kexp.org/v2/plays/3428575/?format=api",
    "airdate": "2024-11-22T07:59:50-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://ia803008.us.archive.org/3/items/mbid-3ebe514d-d197-3984-81ee-4d09231be775/mbid-3ebe514d-d197-3984-81ee-4d09231be775-12248686551_thumb500.jpg",
    "thumbnail_uri": "https://ia803008.us.archive.org/3/items/mbid-3ebe514d-d197-3984-81ee-4d09231be775/mbid-3ebe514d-d197-3984-81ee-4d09231be775-12248686551_thumb250.jpg",
    "song": "Nightswimming",
    "track_id": "4a691772-1dfb-3f50-b83d-79497e6ba274",
    "recording_id": "b50318df-f7ce-4a30-9612-d990757ee58c",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Automatic for the People",
    "release_id": "3ebe514d-d197-3984-81ee-4d09231be775",
    "release_group_id": "c86c6af9-d10e-3079-b34b-30b682a797eb",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1992-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't you love this song? The song features only Mike Mills on piano, Michael Stipe on vocals and orchestral instruments arranged by Led Zeppelin’s John Paul Jones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}