Information about plays

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

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

{
    "id": 3429469,
    "uri": "https://api.kexp.org/v2/plays/3429469/?format=api",
    "airdate": "2024-11-24T11:19:25-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "https://coverartarchive.org/release/f09920a2-92b1-42ae-96e9-afc5ab5b99eb/21251879252-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f09920a2-92b1-42ae-96e9-afc5ab5b99eb/21251879252-250.jpg",
    "song": "Boll Weevil Song",
    "track_id": null,
    "recording_id": "b63ce4a3-0dd7-46d2-b632-236db6de0e83",
    "artist": "Eddie Cochran",
    "artist_ids": [
        "17995d1c-5b3c-4ee9-98f5-105ee3b4ada1"
    ],
    "album": "Somethin’ Else",
    "release_id": null,
    "release_group_id": "f20060d3-9345-3190-97c7-9c16f1296790",
    "labels": [
        "Liberty"
    ],
    "label_ids": [
        "f1452309-a828-4665-a70c-aacdf94d154b"
    ],
    "release_date": "1959-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The B-side of Cochran's Liberty Records hit single \"Somethin' Else\" and released in July 1959.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}