Information about plays

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

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

{
    "id": 3422043,
    "uri": "https://api.kexp.org/v2/plays/3422043/?format=api",
    "airdate": "2024-11-06T09:13:25-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/184dcf39-416c-40c1-bf8b-571ae3871699/2035858057-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/184dcf39-416c-40c1-bf8b-571ae3871699/2035858057-250.jpg",
    "song": "I Wanna Be Sedated (The Updated Sedated radio mix)",
    "track_id": null,
    "recording_id": "aef8c5f5-a79b-4b59-b27f-3cfd28556a55",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "I Wanna Be Sedated",
    "release_id": null,
    "release_group_id": "8e4f38a4-3f34-4767-a75e-1da47e887ac2",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}