Information about plays

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

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

{
    "id": 2681920,
    "uri": "https://api.kexp.org/v2/plays/2681920/?format=api",
    "airdate": "2020-01-04T05:14:00-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Close but Not Quite (feat. Sampha)",
    "track_id": null,
    "recording_id": null,
    "artist": "Everything Is Recorded",
    "artist_ids": [],
    "album": "Everything Is Recorded",
    "release_id": "9350510c-4510-4b9d-87fa-000c3348c55e",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}