Information about plays

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

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

{
    "id": 3414943,
    "uri": "https://api.kexp.org/v2/plays/3414943/?format=api",
    "airdate": "2024-10-20T03:39:05-07:00",
    "show": 61624,
    "show_uri": "https://api.kexp.org/v2/shows/61624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give, Give, Give Me More, More, More",
    "track_id": null,
    "recording_id": "a1c335ed-eaa6-4cf3-b0be-8d65f7c671d8",
    "artist": "The Wonder Stuff",
    "artist_ids": [
        "323c9a5b-ca01-49ad-be39-046223a0c9ae"
    ],
    "album": "The Eight Legged Groove Machine",
    "release_id": null,
    "release_group_id": "5d9cef2c-18b6-32df-9ef4-cd51f2106a48",
    "labels": [
        "PolyGram Records, Inc."
    ],
    "label_ids": [
        "dd9b460c-c27b-424c-8e25-7bb441ed8618"
    ],
    "release_date": "1988-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}