Information about plays

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

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

{
    "id": 3422329,
    "uri": "https://api.kexp.org/v2/plays/3422329/?format=api",
    "airdate": "2024-11-07T02:46:24-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3061d5f-e18c-42ed-ab1a-8a44606ecce9/7471471234-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3061d5f-e18c-42ed-ab1a-8a44606ecce9/7471471234-250.jpg",
    "song": "Tear the Whole Thing Down",
    "track_id": null,
    "recording_id": "0e3802b3-0e87-4e8c-a6c3-fd1d28fd7c13",
    "artist": "The Higsons",
    "artist_ids": [
        "f6529c08-4366-4d24-9f05-6f34cd8effb0"
    ],
    "album": "Tear the Whole Thing Down",
    "release_id": null,
    "release_group_id": "1aaaabde-d31f-3d83-803b-1110d5851ff6",
    "labels": [
        "Two-Tone Records"
    ],
    "label_ids": [
        "4290c2b1-667b-41ae-b36f-2f2ba43bce0a"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}