Information about plays

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

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

{
    "id": 2680919,
    "uri": "https://api.kexp.org/v2/plays/2680919/?format=api",
    "airdate": "2020-01-01T18:22:46-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost Highway",
    "track_id": "e4a3dce6-4ebd-3d56-be6c-fcf921470163",
    "recording_id": null,
    "artist": "Hank Williams",
    "artist_ids": [
        "906bddec-bc73-49f8-ac1e-eaee691c6cf9"
    ],
    "album": "Hank Williams Sings",
    "release_id": "05fefa8c-5571-4dbd-b730-58d54e21e1ec",
    "release_group_id": null,
    "labels": [
        "MGM Records"
    ],
    "label_ids": [],
    "release_date": "1952-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jeff Buckley recorded a version of this tune: https://www.youtube.com/watch?v=k34ftK8lzOw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}