Information about plays

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

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

{
    "id": 2681136,
    "uri": "https://api.kexp.org/v2/plays/2681136/?format=api",
    "airdate": "2020-01-02T07:09:00-08:00",
    "show": 46275,
    "show_uri": "https://api.kexp.org/v2/shows/46275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Old Dog",
    "track_id": "30f1aca6-820f-42cd-a48b-e78f6c57b530",
    "recording_id": null,
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "This Old Dog",
    "release_id": "407e5dad-7709-41b9-8ef4-6addb3b5776e",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}