Information about plays

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

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

{
    "id": 2680339,
    "uri": "https://api.kexp.org/v2/plays/2680339/?format=api",
    "airdate": "2019-12-31T08:48:59-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/2cf4d2b9-5a16-3fd5-a127-4ca81cafef47/23078075030-250.jpg",
    "thumbnail_uri": "",
    "song": "Waterloo Sunset",
    "track_id": "a9f73452-f2ad-3e18-87a0-abe610769795",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Something Else by The Kinks",
    "release_id": "2cf4d2b9-5a16-3fd5-a127-4ca81cafef47",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1990-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}