Information about plays

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

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

{
    "id": 373459,
    "uri": "https://api.kexp.org/v2/plays/373459/?format=api",
    "airdate": "2019-08-28T09:51:16-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "http://coverartarchive.org/release/993cd6e8-5eba-4966-8eee-d69f8441d465/15550501570-250.jpg",
    "thumbnail_uri": "",
    "song": "Slap Me",
    "track_id": "f9de73dd-2902-397d-bfba-d0614115b88c",
    "recording_id": null,
    "artist": "The Folk Implosion",
    "artist_ids": [
        "31722656-e14d-4f3f-8ecb-27cba9ce3a15"
    ],
    "album": "Take a Look Inside…",
    "release_id": "993cd6e8-5eba-4966-8eee-d69f8441d465",
    "release_group_id": null,
    "labels": [
        "The Communion Label"
    ],
    "label_ids": [
        "3f1027b1-07d2-4e62-99c6-0a0a4e9bc270"
    ],
    "release_date": "1994-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Folk Implosion was an American indie rock/lo-fi band founded in the early 1990s by Lou Barlow and John Davis. The name is a play on the Jon Spencer Blues Explosion.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}