Information about plays

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

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

{
    "id": 371091,
    "uri": "https://api.kexp.org/v2/plays/371091/?format=api",
    "airdate": "2019-08-23T00:37:52-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lilypad",
    "track_id": "6a4302c5-37a8-46db-99bd-e64112f1e6eb",
    "recording_id": null,
    "artist": "AstroLogical",
    "artist_ids": [
        "bcd7f131-2b6c-4727-9832-4a4df924830e"
    ],
    "album": "Private World",
    "release_id": "4a75b20b-55d4-44c8-a111-a7106ec7b7ea",
    "release_group_id": null,
    "labels": [
        "Bastard Jazz Recordings"
    ],
    "label_ids": [
        "1c84f4d1-6892-4323-b562-e8d4902f8032"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver, British Columbia https://astrological.bandcamp.com/album/private-world-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}