Information about plays

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

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

{
    "id": 3428007,
    "uri": "https://api.kexp.org/v2/plays/3428007/?format=api",
    "airdate": "2024-11-20T22:46:20-08:00",
    "show": 61904,
    "show_uri": "https://api.kexp.org/v2/shows/61904/?format=api",
    "image_uri": "https://ia801804.us.archive.org/27/items/mbid-7aa3df94-d177-4f01-97f1-35c8944882ce/mbid-7aa3df94-d177-4f01-97f1-35c8944882ce-28465257350_thumb500.jpg",
    "thumbnail_uri": "https://ia801804.us.archive.org/27/items/mbid-7aa3df94-d177-4f01-97f1-35c8944882ce/mbid-7aa3df94-d177-4f01-97f1-35c8944882ce-28465257350_thumb250.jpg",
    "song": "Seven Seas of Rhye",
    "track_id": "5ed3b125-05c6-43af-a117-9b3f9c3dfcdb",
    "recording_id": "8402fc0f-71b8-4773-ae7b-86bde5ac7b43",
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "Queen II",
    "release_id": "7aa3df94-d177-4f01-97f1-35c8944882ce",
    "release_group_id": "93d91bd6-1b55-3751-bca7-8b9d33beb7ef",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1976-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}