Information about plays

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

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

{
    "id": 2676063,
    "uri": "https://api.kexp.org/v2/plays/2676063/?format=api",
    "airdate": "2019-12-20T19:34:00-08:00",
    "show": 46187,
    "show_uri": "https://api.kexp.org/v2/shows/46187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let It Happen",
    "track_id": "5684662e-2259-4982-b6e9-3af2dc6c7851",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Let It Happen",
    "release_id": "5040b2d7-1254-4412-84dd-efece7dc185f",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2015-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spotlight now on artists who have greatly anticipated releases dropping in 2020: Tame Impala, Sza, Dua Lipa, Grimes & Lana Del Rey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}