Information about plays

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

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

{
    "id": 344081,
    "uri": "https://api.kexp.org/v2/plays/344081/?format=api",
    "airdate": "2019-06-20T18:58:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rain Please Go Away",
    "track_id": "f059f14a-a6ca-4a6c-bc13-fd9956e7b706",
    "recording_id": null,
    "artist": "Alison Krauss & Union Station",
    "artist_ids": [
        "b91c664b-5eee-4536-8b70-b1f2be519ac0"
    ],
    "album": "Lonely Runs Both Ways",
    "release_id": "5cceed96-2588-4553-8f3d-5c97ff005bf6",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Del McCoury cover with Dan Tyminski on vocals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}