Information about plays

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

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

{
    "id": 1360700,
    "uri": "https://api.kexp.org/v2/plays/1360700/?format=api",
    "airdate": "2008-04-10T23:33:00-07:00",
    "show": 23760,
    "show_uri": "https://api.kexp.org/v2/shows/23760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fever",
    "track_id": "91e87bbb-b2b9-4f47-8ab9-775b4a9f02b2",
    "recording_id": null,
    "artist": "Wagon Cookin'",
    "artist_ids": [
        "4b1e7161-f785-4154-b6a7-61920e1a8c65"
    ],
    "album": "2 Faces (disc 2)",
    "release_id": "0bb44d20-3854-44d3-a735-b8171473e514",
    "release_group_id": null,
    "labels": [
        "Compost Records"
    ],
    "label_ids": [
        "c1c625b5-9929-4a30-8c3e-f77e109cdf07"
    ],
    "release_date": "2007-07-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}