Information about plays

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

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

{
    "id": 3428091,
    "uri": "https://api.kexp.org/v2/plays/3428091/?format=api",
    "airdate": "2024-11-21T03:10:37-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Them There Eyes",
    "track_id": null,
    "recording_id": "5ef3e14f-c67a-4409-8c34-e70a7c1f8de4",
    "artist": "Billie Holiday with Sy Oliver and His Orchestra",
    "artist_ids": [
        "d59c4cda-11d9-48db-8bfe-b557ee602aed",
        "19cf8de0-cdde-4f64-8922-d067807e4c9f"
    ],
    "album": "From the Original Decca Masters",
    "release_id": null,
    "release_group_id": "e708384f-c445-3693-b89c-84507320cfd5",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}