Information about plays

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

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

{
    "id": 421845,
    "uri": "https://api.kexp.org/v2/plays/421845/?format=api",
    "airdate": "2001-05-06T22:22:30-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mama and Daddy",
    "track_id": "be0853d2-378a-4ae8-8605-e8ed98a1ff07",
    "recording_id": null,
    "artist": "Muhal Richard Abrams",
    "artist_ids": [
        "ecf3392e-bd72-46a8-ac59-2bf7b774c7a7"
    ],
    "album": "Mama And Daddy",
    "release_id": "be51dcb6-d00f-4de7-87b5-fd3d31dfa237",
    "release_group_id": null,
    "labels": [
        "Black Saint"
    ],
    "label_ids": [
        "a3a77264-6b11-442a-ac77-660439a16226"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}