Information about plays

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

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

{
    "id": 369517,
    "uri": "https://api.kexp.org/v2/plays/369517/?format=api",
    "airdate": "2019-08-19T15:55:32-07:00",
    "show": 6161,
    "show_uri": "https://api.kexp.org/v2/shows/6161/?format=api",
    "image_uri": "http://coverartarchive.org/release/c6b2c6bb-945b-44a5-962b-31acd9214fcf/12452309553-250.jpg",
    "thumbnail_uri": "",
    "song": "Loose Fit",
    "track_id": "e0afefb1-d221-4da6-a1f7-1bc86526ac00",
    "recording_id": null,
    "artist": "Happy Mondays",
    "artist_ids": [
        "01f4fb92-6bf0-4de5-83dc-3fe194e763bf"
    ],
    "album": "Pills ’n’ Thrills and Bellyaches",
    "release_id": "c6b2c6bb-945b-44a5-962b-31acd9214fcf",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third album from the British band, Happy Mondays. This album incorporated more of a house sound than their two previous albums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}