Information about plays

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

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

{
    "id": 356146,
    "uri": "https://api.kexp.org/v2/plays/356146/?format=api",
    "airdate": "2019-07-18T18:41:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Blue Side of Town",
    "track_id": "ccbb0927-4a7b-3785-80ae-a546c9be2fff",
    "recording_id": null,
    "artist": "The Del McCoury Band",
    "artist_ids": [
        "7e5a0c3f-339a-4e5d-aed0-1946112b4a66"
    ],
    "album": "Blue Side of Town",
    "release_id": "f3ab2924-8435-4c47-adba-6b212d591a7c",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Del's bluegrass version of the Patty Loveless hit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}