Information about plays

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

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

{
    "id": 344084,
    "uri": "https://api.kexp.org/v2/plays/344084/?format=api",
    "airdate": "2019-06-20T19:05:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dust Bowl Children",
    "track_id": "8ae88fa4-92fb-3dc1-ae45-3320a08d219e",
    "recording_id": null,
    "artist": "Alison Krauss & Union Station",
    "artist_ids": [
        "b91c664b-5eee-4536-8b70-b1f2be519ac0"
    ],
    "album": "Paper Airplane",
    "release_id": "ae2dfce8-f1b9-3c61-a6df-c5d3a5c24611",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2011-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "with Dan Tyminski on vocals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}