Information about plays

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

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

{
    "id": 2680168,
    "uri": "https://api.kexp.org/v2/plays/2680168/?format=api",
    "airdate": "2019-12-31T01:58:00-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fifty‐Fifty Clown",
    "track_id": "7b96895c-9fa1-36e8-a547-72b59d80afa5",
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "BBC Sessions",
    "release_id": "2f3c6542-20cc-4ecb-8945-8fe29057259f",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}