Information about plays

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

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

{
    "id": 3422240,
    "uri": "https://api.kexp.org/v2/plays/3422240/?format=api",
    "airdate": "2024-11-06T22:00:15-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/40db05d1-882d-4d30-9407-22e1f7fcf777/34948324700-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/40db05d1-882d-4d30-9407-22e1f7fcf777/34948324700-250.jpg",
    "song": "Together",
    "track_id": null,
    "recording_id": "c318098b-942e-47be-9dc4-6490ab9bd310",
    "artist": "Misha Panfilov Sound Combo",
    "artist_ids": [
        "c6d215c4-c718-4bb6-a54a-4c1eee8bc068"
    ],
    "album": "Days as Echoes",
    "release_id": null,
    "release_group_id": "bbdb9fa5-2e2e-4e03-99f3-c4535018672d",
    "labels": [
        "Funk Night Records"
    ],
    "label_ids": [
        "320d8559-fa9e-4739-8b82-ee833d9fd58d"
    ],
    "release_date": "2020-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Incredible stuff from this artist out of Tallinn, Estonia, based in Funchal, Portugal these days.\n\nhttps://mpsc.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}