Information about plays

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

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

{
    "id": 3428105,
    "uri": "https://api.kexp.org/v2/plays/3428105/?format=api",
    "airdate": "2024-11-21T04:01:50-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://coverartarchive.org/release/b6a30320-3e7f-4233-8e61-f364e9f96c86/32844365275-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b6a30320-3e7f-4233-8e61-f364e9f96c86/32844365275-250.jpg",
    "song": "Out of Sight Out of Mind",
    "track_id": null,
    "recording_id": "918a7e4b-1078-479f-a5a6-8ada0c732c15",
    "artist": "Shocking Blue",
    "artist_ids": [
        "8b399704-17f4-4001-943b-1d2b848940aa"
    ],
    "album": "Out of Sight, Out of Mind / I Like You",
    "release_id": null,
    "release_group_id": "dbf9c73a-f89c-47be-bcad-63de55d3feda",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}