Information about plays

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

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

{
    "id": 2681651,
    "uri": "https://api.kexp.org/v2/plays/2681651/?format=api",
    "airdate": "2020-01-03T15:03:05-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I Was a Folkstar",
    "track_id": "730fa04d-52fa-4ba8-98bb-7c75d5ee9ec1",
    "recording_id": null,
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Wildflower",
    "release_id": "b78bfe96-6601-4f07-a44d-d442ac756f87",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}