Information about plays

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

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

{
    "id": 2680555,
    "uri": "https://api.kexp.org/v2/plays/2680555/?format=api",
    "airdate": "2019-12-31T21:56:38-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Hot Hot!!!",
    "track_id": "7f7412c2-068d-3f68-8e5e-0d91c41493d3",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Kiss Me Kiss Me Kiss Me",
    "release_id": "d5e990f8-6a1a-4b8c-bb8f-38ce9cc6b60e",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1987-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}