Information about plays

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

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

{
    "id": 3421492,
    "uri": "https://api.kexp.org/v2/plays/3421492/?format=api",
    "airdate": "2024-11-05T00:21:52-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/375d07f8-81b4-4a46-90a2-984e3b51f775/32042424694-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/375d07f8-81b4-4a46-90a2-984e3b51f775/32042424694-250.jpg",
    "song": "Language Couldn't Say",
    "track_id": null,
    "recording_id": null,
    "artist": "El Hardwick",
    "artist_ids": [],
    "album": "Process of Elimination",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AD 93"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No words, you can listen for yourself! - https://elhardwick.bandcamp.com/album/process-of-elimination",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}