Information about plays

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

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

{
    "id": 374971,
    "uri": "https://api.kexp.org/v2/plays/374971/?format=api",
    "airdate": "2019-08-31T20:55:40-07:00",
    "show": 6241,
    "show_uri": "https://api.kexp.org/v2/shows/6241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alright Already",
    "track_id": "da2175c3-e616-4517-bb30-d8ba2be0007a",
    "recording_id": null,
    "artist": "La Fille",
    "artist_ids": [
        "aab8c078-39d6-4bcc-9419-6eeb519c2bc5"
    ],
    "album": "Alright Already",
    "release_id": "8c8fe068-b52f-421b-b673-63ef8914d1df",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}