Information about plays

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

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

{
    "id": 375599,
    "uri": "https://api.kexp.org/v2/plays/375599/?format=api",
    "airdate": "2019-09-02T11:36:00-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shilungu",
    "track_id": null,
    "recording_id": null,
    "artist": "Penny Penny",
    "artist_ids": [
        "1e5471c1-7cca-48b5-a93c-70e4c9bbb09f"
    ],
    "album": "Shilungu",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soundway Records Ltd"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Shangaan Disco King helped popularise this musical style and had a reality show called Papa Penny Ahee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}