Information about plays

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

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

{
    "id": 418155,
    "uri": "https://api.kexp.org/v2/plays/418155/?format=api",
    "airdate": "2001-04-25T15:45:52-07:00",
    "show": 6986,
    "show_uri": "https://api.kexp.org/v2/shows/6986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Got You",
    "track_id": "a39a1c89-c3a4-4ef9-852d-e00509c3d7b2",
    "recording_id": null,
    "artist": "The Minus 5",
    "artist_ids": [
        "7acfc09d-1b3b-4524-aff0-c705844109c6"
    ],
    "album": "Let the War Against Music Begin",
    "release_id": "1a3c6733-9a86-450a-a1b4-e960474e3374",
    "release_group_id": null,
    "labels": [
        "Mammoth"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}