Information about plays

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

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

{
    "id": 357011,
    "uri": "https://api.kexp.org/v2/plays/357011/?format=api",
    "airdate": "2019-07-20T21:45:14-07:00",
    "show": 5949,
    "show_uri": "https://api.kexp.org/v2/shows/5949/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "False Foundations",
    "track_id": "517b3e58-bcc0-49d1-835b-ecaded7bdf05",
    "recording_id": null,
    "artist": "Noi!se",
    "artist_ids": [],
    "album": "Rising Tide",
    "release_id": "33a5f95d-c78d-4769-815f-a08875a6fe66",
    "release_group_id": null,
    "labels": [
        "GMM Records"
    ],
    "label_ids": [
        "0b669d0e-c9c1-45f2-99a5-41cb3b08267d"
    ],
    "release_date": "2014-09-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}