Information about plays

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

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

{
    "id": 2683014,
    "uri": "https://api.kexp.org/v2/plays/2683014/?format=api",
    "airdate": "2020-01-06T22:51:26-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/dfc7adfa-fda5-491b-b955-baf37184fcd6/15155677343-250.jpg",
    "thumbnail_uri": "",
    "song": "Don't Give Up",
    "track_id": "8ae9a29d-b19d-443a-994a-b6ea3fcfaae3",
    "recording_id": null,
    "artist": "Robbie Hill's Family Affair",
    "artist_ids": [
        "13a5ef53-b6fa-464b-aabe-63f7a57d2ac9"
    ],
    "album": "Wheedle's Groove Volume II: Seattle Funk, Modern Soul and Boogie 1972-1987",
    "release_id": "dfc7adfa-fda5-491b-b955-baf37184fcd6",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2014-05-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}