Information about plays

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

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

{
    "id": 3428510,
    "uri": "https://api.kexp.org/v2/plays/3428510/?format=api",
    "airdate": "2024-11-22T03:53:57-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia601005.us.archive.org/30/items/mbid-683fd794-f6e2-3c6d-9b46-b392e4ae5047/mbid-683fd794-f6e2-3c6d-9b46-b392e4ae5047-24085861268_thumb500.jpg",
    "thumbnail_uri": "https://ia801005.us.archive.org/30/items/mbid-683fd794-f6e2-3c6d-9b46-b392e4ae5047/mbid-683fd794-f6e2-3c6d-9b46-b392e4ae5047-24085861268_thumb250.jpg",
    "song": "Electric Feel",
    "track_id": "cbd86fcb-4be7-3c6c-8f0c-f247d5b1b5e8",
    "recording_id": "987a88ef-6f47-479c-a0ad-1a17aa85e8ed",
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Oracular Spectacular",
    "release_id": "683fd794-f6e2-3c6d-9b46-b392e4ae5047",
    "release_group_id": "f7da2770-bf72-3dea-8904-ff6135822724",
    "labels": [
        "Sony BMG Music Entertainment",
        "Columbia"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2008-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}