Information about plays

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

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

{
    "id": 1274316,
    "uri": "https://api.kexp.org/v2/plays/1274316/?format=api",
    "airdate": "2007-09-02T09:47:00-07:00",
    "show": 22306,
    "show_uri": "https://api.kexp.org/v2/shows/22306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sitting on Top of the World",
    "track_id": "5f9b08ab-5bc2-44d9-8429-f2b17810bbdc",
    "recording_id": null,
    "artist": "Eddie Shaw",
    "artist_ids": [
        "03e028a7-93f1-4ce8-b032-aea3f16bda7c"
    ],
    "album": "Four Decades of Eddie Shaw",
    "release_id": "da838fe2-30bb-4f10-90d8-3015f803925e",
    "release_group_id": null,
    "labels": [
        "\" \""
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}