Information about plays

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

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

{
    "id": 2680331,
    "uri": "https://api.kexp.org/v2/plays/2680331/?format=api",
    "airdate": "2019-12-31T08:18:31-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8b60b3f-c604-4fb2-b214-4d35ee2affab/11965909347-250.jpg",
    "thumbnail_uri": "",
    "song": "REALiTi",
    "track_id": "6e112a6f-6cd1-4232-a5cc-9d117de0b748",
    "recording_id": null,
    "artist": "Grimes",
    "artist_ids": [
        "7e5a2a59-6d9f-4a17-b7c2-e1eedb7bd222"
    ],
    "album": "Art Angels",
    "release_id": "f8b60b3f-c604-4fb2-b214-4d35ee2affab",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2015-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}