Information about plays

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

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

{
    "id": 2681359,
    "uri": "https://api.kexp.org/v2/plays/2681359/?format=api",
    "airdate": "2020-01-02T20:45:34-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm So Lonesome I Could Cry",
    "track_id": "365927f5-f435-34bb-9520-32d8c4a78801",
    "recording_id": null,
    "artist": "Jimmie Dale Gilmore",
    "artist_ids": [
        "631b4595-2539-43cb-b3f5-57794ed2aff2"
    ],
    "album": "Spinning Around the Sun",
    "release_id": "6edcb00b-c98d-431a-917a-36a1d66f86b9",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}