Information about plays

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

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

{
    "id": 3421365,
    "uri": "https://api.kexp.org/v2/plays/3421365/?format=api",
    "airdate": "2024-11-04T16:04:06-08:00",
    "show": 61764,
    "show_uri": "https://api.kexp.org/v2/shows/61764/?format=api",
    "image_uri": "https://coverartarchive.org/release/7b7ccd7d-8267-4734-9140-e4c19c4fb0b2/12700845695-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7b7ccd7d-8267-4734-9140-e4c19c4fb0b2/12700845695-250.jpg",
    "song": "Star Spangled Banner",
    "track_id": null,
    "recording_id": "f49921b4-81f2-43ea-9e1d-5b3eb9ae3366",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "The Jimi Hendrix Experience",
    "release_id": null,
    "release_group_id": "688f78b7-5d3b-361f-b362-89152095c978",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2000-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}