Information about plays

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

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

{
    "id": 365851,
    "uri": "https://api.kexp.org/v2/plays/365851/?format=api",
    "airdate": "2019-08-11T04:43:20-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seen It (Coming)",
    "track_id": "8a540b64-a247-4c66-8407-31221b48923b",
    "recording_id": null,
    "artist": "Prometheus Brown",
    "artist_ids": [
        "d41d17ec-b8ee-4ff2-8598-5dc1132bee3a"
    ],
    "album": "Tagsibol",
    "release_id": "9797ea16-36dc-4065-a35b-b5be9b0e0d7a",
    "release_group_id": null,
    "labels": [
        "Beatrock Music"
    ],
    "label_ids": [
        "34086ebc-bcae-4919-b7cd-8b60af29ea18"
    ],
    "release_date": "2019-05-16",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle artist originally of Blue Scholars has a new solo album https://prometheusbrown.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}