Information about plays

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

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

{
    "id": 1378778,
    "uri": "https://api.kexp.org/v2/plays/1378778/?format=api",
    "airdate": "2008-05-26T11:30:29-07:00",
    "show": 24064,
    "show_uri": "https://api.kexp.org/v2/shows/24064/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song for Oleg",
    "track_id": "32601493-0615-406b-88e4-a31e70ec7f07",
    "recording_id": null,
    "artist": "Arc Lab",
    "artist_ids": [
        "7615d3e0-cc2f-4f9a-a0db-7528638415f7"
    ],
    "album": "The Goodbye Radio",
    "release_id": "551b5b2b-9ca8-4f23-899e-b94d9bbff0ae",
    "release_group_id": null,
    "labels": [
        "n5MD"
    ],
    "label_ids": [
        "e2293175-8c7b-4372-9a1d-48a086e8f91a"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}