Information about plays

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

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

{
    "id": 344290,
    "uri": "https://api.kexp.org/v2/plays/344290/?format=api",
    "airdate": "2019-06-21T08:48:00-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "From the Edge of the Deep Green Sea",
    "track_id": "d68c3993-0251-3f9b-9f5f-6a21dd980f32",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wish",
    "release_id": "8068c3b5-fe31-4277-be2a-391a80d30754",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Track length: 7:44. I'm gonna go make a sammich, be back in 7:44",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}