Information about plays

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

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

{
    "id": 3305465,
    "uri": "https://api.kexp.org/v2/plays/3305465/?format=api",
    "airdate": "2024-02-03T22:18:35-08:00",
    "show": 59326,
    "show_uri": "https://api.kexp.org/v2/shows/59326/?format=api",
    "image_uri": "https://coverartarchive.org/release/3fde47da-0533-4ff2-8d67-e7c5cb4e7697/7222805849-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3fde47da-0533-4ff2-8d67-e7c5cb4e7697/7222805849-250.jpg",
    "song": "Beach Blanket Bong-Out",
    "track_id": null,
    "recording_id": "4a485e47-ee0f-4d0a-99d9-33f8b3f495c7",
    "artist": "JFA",
    "artist_ids": [
        "ed1cc87f-1e93-48aa-ad09-e67ccb77be37"
    ],
    "album": "Blatant Localism",
    "release_id": null,
    "release_group_id": "89824f0e-0eb8-3bb6-ac29-5a9a18f84c7b",
    "labels": [
        "Placebo Records"
    ],
    "label_ids": [
        "db6e07de-d7ab-4ee0-9e74-9f6ab20663c0"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "for Matthew",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}