Information about plays

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

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

{
    "id": 369425,
    "uri": "https://api.kexp.org/v2/plays/369425/?format=api",
    "airdate": "2019-08-19T10:29:46-07:00",
    "show": 6160,
    "show_uri": "https://api.kexp.org/v2/shows/6160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Numerical Depression",
    "track_id": "df4066f1-67cd-49af-a2af-4a943de08e27",
    "recording_id": null,
    "artist": "Numb.er",
    "artist_ids": [
        "a6fa211c-40f3-44dd-9224-6b7f1e65fc76"
    ],
    "album": "Goodbye",
    "release_id": "61a20a65-c099-4d2d-8829-9c414bcae604",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-05-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening for The KVB at The Sunset - Wednesday, October 16. https://numb-er.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}