Information about plays

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

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

{
    "id": 2678115,
    "uri": "https://api.kexp.org/v2/plays/2678115/?format=api",
    "airdate": "2019-12-25T21:07:21-08:00",
    "show": 46220,
    "show_uri": "https://api.kexp.org/v2/shows/46220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bridge Over Troubled Water",
    "track_id": "96c4ebf0-9cf3-369a-a014-cb8d62c2f123",
    "recording_id": null,
    "artist": "Merry Clayton",
    "artist_ids": [
        "f086b523-e6eb-4159-8705-e408cae53170"
    ],
    "album": "Gimme Shelter",
    "release_id": "728b715f-7c3c-459a-a7bf-975c9aeaf519",
    "release_group_id": null,
    "labels": [
        "Ode"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A merry happy birthday Merry Clayton, born on this date in 1948!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}