Information about plays

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

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

{
    "id": 3422252,
    "uri": "https://api.kexp.org/v2/plays/3422252/?format=api",
    "airdate": "2024-11-06T22:32:55-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/08c35ff6-01ad-4d09-a43e-d1abb0ffd766/35104396551-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/08c35ff6-01ad-4d09-a43e-d1abb0ffd766/35104396551-250.jpg",
    "song": "Put a Record On",
    "track_id": null,
    "recording_id": "4f0aebc3-9e7e-407a-b9af-5828620f3495",
    "artist": "Jo Ann Kelly",
    "artist_ids": [
        "25c782fb-7ce9-481a-a7f6-006fa09b4c5c"
    ],
    "album": "Key to the Highway: Rare & Unissued Recordings 1968–1974",
    "release_id": null,
    "release_group_id": "d359ff6e-2ee4-3604-82a8-c62d0fd104d2",
    "labels": [
        "Mooncrest Records"
    ],
    "label_ids": [
        "06a57278-ec0b-4601-969d-832c5fe30d9f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jo Ann was part of the South London blues scene in the late sixties.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}