Information about plays

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

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

{
    "id": 2677482,
    "uri": "https://api.kexp.org/v2/plays/2677482/?format=api",
    "airdate": "2019-12-24T08:35:40-08:00",
    "show": 46216,
    "show_uri": "https://api.kexp.org/v2/shows/46216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Willow Tree",
    "track_id": "7af463df-bcea-3791-9745-84d250b48880",
    "recording_id": null,
    "artist": "Chad VanGaalen",
    "artist_ids": [
        "d5c5c11b-153d-4f28-9525-db5ec1bfe0ad"
    ],
    "album": "Soft Airplane",
    "release_id": "56036b9b-7d40-404e-8d63-cf1c55c922fd",
    "release_group_id": null,
    "labels": [
        "Flemish Eye Records"
    ],
    "label_ids": [
        "f72c065e-8c97-4fb1-9fb8-1b300dfb9c8c"
    ],
    "release_date": "2008-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chad VanGaalen is a Canadian musician and artist from Calgary, Alberta.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}