Information about plays

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

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

{
    "id": 2681769,
    "uri": "https://api.kexp.org/v2/plays/2681769/?format=api",
    "airdate": "2020-01-03T21:53:00-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Friday",
    "track_id": null,
    "recording_id": null,
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "Friday Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Priority Records"
    ],
    "label_ids": [],
    "release_date": "1995-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Ice Cube's 'Friday' here: https://www.youtube.com/watch?v=3mqhwhSerAw&feature=youtu.be",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}