Information about plays

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

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

{
    "id": 2681785,
    "uri": "https://api.kexp.org/v2/plays/2681785/?format=api",
    "airdate": "2020-01-03T22:42:00-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Seat (feat. Queens D. Light & Dahi Divine)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jay Stone",
    "artist_ids": [
        "c646e671-44d8-4a56-ad64-c48f4fda3c5f"
    ],
    "album": "Calibration Of An Altered Mind",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Gold Robot Records"
    ],
    "label_ids": [],
    "release_date": "2018-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for this song here: https://www.youtube.com/watch?v=U5UzHYiUrBk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}