Information about plays

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

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

{
    "id": 3422308,
    "uri": "https://api.kexp.org/v2/plays/3422308/?format=api",
    "airdate": "2024-11-07T01:39:31-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://coverartarchive.org/release/cce344df-f9ff-4d7b-9d28-3363a164535e/4533217603-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cce344df-f9ff-4d7b-9d28-3363a164535e/4533217603-250.jpg",
    "song": "Powerman",
    "track_id": null,
    "recording_id": "ef537d57-5328-448c-99fe-d8ee67967384",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Lola Versus Powerman and the Moneygoround, Part One",
    "release_id": null,
    "release_group_id": "a84e8dfd-1492-3377-a6f0-34d324dc49d7",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1970-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}