Information about plays

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

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

{
    "id": 3417796,
    "uri": "https://api.kexp.org/v2/plays/3417796/?format=api",
    "airdate": "2024-10-27T03:47:58-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa5835f5-2492-45e8-bfca-d8bf1d6a369e/19185967800-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa5835f5-2492-45e8-bfca-d8bf1d6a369e/19185967800-250.jpg",
    "song": "Nightmare Logic",
    "track_id": null,
    "recording_id": "67f1187f-2f09-4b62-bfec-9ad231fef791",
    "artist": "Power Trip",
    "artist_ids": [
        "7f179acc-d6eb-4ca9-af90-c14e397fb613"
    ],
    "album": "Nightmare Logic",
    "release_id": null,
    "release_group_id": "ed3ea0e4-62c2-4d27-9d0a-6c4cd6c64cc3",
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2017-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "REST IN POWER FOREVER RILEY GALE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}