Information about plays

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

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

{
    "id": 3413922,
    "uri": "https://api.kexp.org/v2/plays/3413922/?format=api",
    "airdate": "2024-10-17T13:36:57-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Ready",
    "track_id": "44ac556e-aefe-46de-8d98-6ef143245479",
    "recording_id": "c0abfae4-fe35-4bed-acf0-c8e628a1ad02",
    "artist": "KA",
    "artist_ids": [
        "e7d4f00b-2938-4049-aa44-e69a59a7b3da"
    ],
    "album": "The Night’s Gambit",
    "release_id": "b5a5340d-e0a9-4de1-8020-34abbfb9114b",
    "release_group_id": "01250c80-b2d7-49f0-9a96-98d874a24ea0",
    "labels": [
        "Iron Works Records"
    ],
    "label_ids": [
        "a9fd5639-e026-44ed-b3ee-8e36654a8da3"
    ],
    "release_date": "2013-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}