Information about plays

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

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

{
    "id": 1358876,
    "uri": "https://api.kexp.org/v2/plays/1358876/?format=api",
    "airdate": "2008-04-06T10:00:00-07:00",
    "show": 23731,
    "show_uri": "https://api.kexp.org/v2/shows/23731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hymn No. 5",
    "track_id": "2d913d18-da97-41eb-acff-1ff24da1e075",
    "recording_id": null,
    "artist": "The Mighty Hannibal",
    "artist_ids": [
        "9fc83e30-bfb3-43f5-bffc-26d91d1df302"
    ],
    "album": "Got a Good Thing Going",
    "release_id": "d2a99a48-a4bc-45ea-a204-272df5cd4b64",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}