Information about plays

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

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

{
    "id": 380967,
    "uri": "https://api.kexp.org/v2/plays/380967/?format=api",
    "airdate": "2019-09-14T22:47:00-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pinkos Theme Song",
    "track_id": "e04a4ac9-f8b4-479c-bb67-8ad7836ec5f7",
    "recording_id": null,
    "artist": "The Pinkos",
    "artist_ids": [
        "f6a5e19a-9ce7-439c-a9f9-af68c75c3096"
    ],
    "album": "The Pinkos",
    "release_id": "8e31420e-29da-4352-acab-282ee0cfa1a1",
    "release_group_id": null,
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "2001-06-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}