Information about plays

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

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

{
    "id": 344437,
    "uri": "https://api.kexp.org/v2/plays/344437/?format=api",
    "airdate": "2019-06-21T20:04:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Like Heaven",
    "track_id": "d46f69ce-7aa2-3c7a-9f53-4c3e8dd55c19",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Galore: The Singles 1987–1997",
    "release_id": "c432be1a-1c3f-41db-be5e-d532c9c76eb4",
    "release_group_id": null,
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Listener suggestion. Have a request for a summer dance jam or want to say hi? Email dj@kexp.org, text 206-903-5397 or interact online - @djmichelemyers or #kexp.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}