Information about plays

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

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

{
    "id": 2679290,
    "uri": "https://api.kexp.org/v2/plays/2679290/?format=api",
    "airdate": "2019-12-28T21:27:00-08:00",
    "show": 46244,
    "show_uri": "https://api.kexp.org/v2/shows/46244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dirty White Lies",
    "track_id": "1bf7271f-229e-4fa9-9fb6-d3599544245b",
    "recording_id": null,
    "artist": "Neo Boys",
    "artist_ids": [
        "8440fa90-d716-4c36-9546-16382a7e2e11"
    ],
    "album": "Sooner or Later",
    "release_id": "2d39f8c5-a2f3-479e-be5d-23efb4a74367",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2013-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}