Information about plays

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

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

{
    "id": 3422196,
    "uri": "https://api.kexp.org/v2/plays/3422196/?format=api",
    "airdate": "2024-11-06T19:06:00-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://coverartarchive.org/release/6708a466-6a82-4e07-80a5-bbe350f8a334/14989149233-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6708a466-6a82-4e07-80a5-bbe350f8a334/14989149233-250.jpg",
    "song": "Transcendental March (Creation Song)",
    "track_id": null,
    "recording_id": "124fee10-58ad-4a89-9614-5f6c24638872",
    "artist": "Brother Ah",
    "artist_ids": [
        "6f62bfd4-0970-4382-8de5-fac3148b9d9e"
    ],
    "album": "Move Ever Onward",
    "release_id": null,
    "release_group_id": "411755e7-5054-4b2f-ae40-260077769aed",
    "labels": [
        "Manufactured Recordings"
    ],
    "label_ids": [
        "2f29b6e7-34dc-41f1-b412-d19aa1026997"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}