Information about plays

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

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

{
    "id": 2680928,
    "uri": "https://api.kexp.org/v2/plays/2680928/?format=api",
    "airdate": "2020-01-01T18:44:30-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Room for Rent",
    "track_id": "f4a6e279-e114-36a1-8006-a1faa7e12038",
    "recording_id": null,
    "artist": "Sammi Smith",
    "artist_ids": [
        "0992bca3-a7ec-4cd6-9681-b37bbb680fc0"
    ],
    "album": "Help Me Make It Through the Night",
    "release_id": "252bb285-cc45-47e7-817d-8a1cf7407842",
    "release_group_id": null,
    "labels": [
        "Mega Records"
    ],
    "label_ids": [],
    "release_date": "1970-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘70s Outlaw country: https://www.nodepression.com/album-reviews/sammi-smith-the-best-of-sammi-smith/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}