Information about plays

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

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

{
    "id": 371996,
    "uri": "https://api.kexp.org/v2/plays/371996/?format=api",
    "airdate": "2019-08-25T03:08:00-07:00",
    "show": 6197,
    "show_uri": "https://api.kexp.org/v2/shows/6197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go Krazy",
    "track_id": "6936b606-bc91-4be5-8741-2e10fe915b81",
    "recording_id": null,
    "artist": "DJ Nate",
    "artist_ids": [
        "43af8f0e-7ba7-458d-a761-a8a6c0bbf87c"
    ],
    "album": "Take Off Mode",
    "release_id": "c2252655-d04e-4716-a94e-f2a60c533cb4",
    "release_group_id": null,
    "labels": [
        "Planet Mu"
    ],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Nate was paralyzed from the neck down two years ago but has recovered enough to release new material this year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}