Information about plays

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

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

{
    "id": 2680117,
    "uri": "https://api.kexp.org/v2/plays/2680117/?format=api",
    "airdate": "2019-12-30T22:56:00-08:00",
    "show": 46261,
    "show_uri": "https://api.kexp.org/v2/shows/46261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Skydive",
    "track_id": "06f8bb57-f234-340e-b2c8-924c336dcc4d",
    "recording_id": null,
    "artist": "Nuspirit Helsinki",
    "artist_ids": [
        "a72b4f57-8282-4d57-a30d-a9e0982af5d0"
    ],
    "album": "Nuspirit Helsinki",
    "release_id": "5c8564af-5966-3502-a38f-84c93d9c1868",
    "release_group_id": null,
    "labels": [
        "Guidance Recordings"
    ],
    "label_ids": [
        "cea69953-53e4-4ea2-9d00-19fc7f54d74c"
    ],
    "release_date": "2002-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}