Information about plays

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

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

{
    "id": 1261546,
    "uri": "https://api.kexp.org/v2/plays/1261546/?format=api",
    "airdate": "2007-08-01T02:56:57-07:00",
    "show": 22092,
    "show_uri": "https://api.kexp.org/v2/shows/22092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Futureworld",
    "track_id": "8d732612-fe01-4410-bc97-916a4a8211d7",
    "recording_id": null,
    "artist": "A Frames",
    "artist_ids": [
        "61fa39cf-e1ef-48ce-82a4-f82355af0aaf"
    ],
    "album": "2",
    "release_id": "e85f2953-a795-4356-b7d6-1c6b9c8e8db4",
    "release_group_id": null,
    "labels": [
        "Gallo (S. Africa)"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}