Information about plays

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

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

{
    "id": 2677906,
    "uri": "https://api.kexp.org/v2/plays/2677906/?format=api",
    "airdate": "2019-12-25T10:49:25-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boxing Night",
    "track_id": "83cbceeb-4a97-318a-92a6-e33543766fed",
    "recording_id": null,
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "State Hospital",
    "release_id": "2dfcdb39-410e-4255-9f63-58053ecbf728",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2012-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}