Information about plays

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

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

{
    "id": 3422236,
    "uri": "https://api.kexp.org/v2/plays/3422236/?format=api",
    "airdate": "2024-11-06T21:34:13-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://coverartarchive.org/release/ddd2b7e1-aec5-413f-b289-986a4dc91e9a/27764683484-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ddd2b7e1-aec5-413f-b289-986a4dc91e9a/27764683484-250.jpg",
    "song": "I Trawl the Megahertz",
    "track_id": null,
    "recording_id": null,
    "artist": "Prefab Sprout",
    "artist_ids": [
        "1fd87f72-5fbf-4cad-bd9d-f2fec1359cfc"
    ],
    "album": "I Trawl the Megahertz",
    "release_id": null,
    "release_group_id": "491b1039-70c9-46ba-b65f-3535d4721049",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2019-01-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "request from Skyler!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}