Information about plays

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

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

{
    "id": 366335,
    "uri": "https://api.kexp.org/v2/plays/366335/?format=api",
    "airdate": "2019-08-12T09:43:47-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Round and Round",
    "track_id": "4a618e76-619e-4fac-b1dd-0fb0c2183bd2",
    "recording_id": null,
    "artist": "Geowulf",
    "artist_ids": [
        "1976f81d-fb04-4e2a-90d0-e297b5a99892"
    ],
    "album": "My Resignation",
    "release_id": "fb0acdd3-f7ad-41d8-a8e9-873229c7599f",
    "release_group_id": null,
    "labels": [
        "[PIAS]"
    ],
    "label_ids": [
        "da314fb6-6f98-4ac6-8ef1-890fc5ddf4e0"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}