Information about plays

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

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

{
    "id": 2670651,
    "uri": "https://api.kexp.org/v2/plays/2670651/?format=api",
    "airdate": "2019-12-08T15:37:52-08:00",
    "show": 46104,
    "show_uri": "https://api.kexp.org/v2/shows/46104/?format=api",
    "image_uri": "https://coverartarchive.org/release/b331c5e2-b4bc-4811-9fae-c4aa008405a3/24364285103-250.jpg",
    "thumbnail_uri": "",
    "song": "She Plays Bass",
    "track_id": "239b66a8-6d9b-4dd6-9356-44fcd664685b",
    "recording_id": null,
    "artist": "Beabadoobee",
    "artist_ids": [
        "88d17133-abbc-42db-9526-4e2c1db60336"
    ],
    "album": "Space Cadet",
    "release_id": "b331c5e2-b4bc-4811-9fae-c4aa008405a3",
    "release_group_id": null,
    "labels": [
        "Dirty Hit"
    ],
    "label_ids": [
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2019-10-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A new release from London based Bea Kristi. This 90s inspired track appears on her third EP Space Cadet. The song is an ode to her best friend and the band’s bass player Eliana.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}