Information about plays

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

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

{
    "id": 3420309,
    "uri": "https://api.kexp.org/v2/plays/3420309/?format=api",
    "airdate": "2024-11-02T02:44:41-07:00",
    "show": 61739,
    "show_uri": "https://api.kexp.org/v2/shows/61739/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f25ce7b-03a5-4e77-bebe-7adba0679dee/36974840149-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f25ce7b-03a5-4e77-bebe-7adba0679dee/36974840149-250.jpg",
    "song": "Ralph Und Karl",
    "track_id": null,
    "recording_id": "b6291a4f-4c07-4c48-bc02-aeb6c04318cc",
    "artist": "Warum Joe",
    "artist_ids": [
        "511f9ced-532b-4bda-8749-e68ffbe1ab8e"
    ],
    "album": "Dans Le Blizzard",
    "release_id": null,
    "release_group_id": "75a96f9d-f757-4256-85b1-156fe436d266",
    "labels": [
        "New Rose Records"
    ],
    "label_ids": [
        "9d607542-6df3-4d90-8c4e-4a68a09c8fdb"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://warumjoe.bandcamp.com/track/ralph-und-karl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}