Information about plays

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

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

{
    "id": 3362870,
    "uri": "https://api.kexp.org/v2/plays/3362870/?format=api",
    "airdate": "2024-06-17T22:44:12-07:00",
    "show": 60519,
    "show_uri": "https://api.kexp.org/v2/shows/60519/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f3608a8-27a4-4706-99cf-b0de4dc3ac74/38396611409-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7f3608a8-27a4-4706-99cf-b0de4dc3ac74/38396611409-250.jpg",
    "song": "Broxtowe Girl",
    "track_id": null,
    "recording_id": "6c5ef879-3d9a-472e-9e8c-a822ba4d6713",
    "artist": "Sam Morton",
    "artist_ids": [],
    "album": "Daffodils & Dirt",
    "release_id": null,
    "release_group_id": "808388e8-a6db-4e9a-b28b-53039dd56089",
    "labels": [
        "XL"
    ],
    "label_ids": [],
    "release_date": "2024-06-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Intriguing 'n' fresh blend of sounds from Briton Samantha Morton -https://sammorton.bandcamp.com/album/daffodils-dirt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}