Information about plays

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

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

{
    "id": 1361763,
    "uri": "https://api.kexp.org/v2/plays/1361763/?format=api",
    "airdate": "2008-04-13T18:51:00-07:00",
    "show": 23780,
    "show_uri": "https://api.kexp.org/v2/shows/23780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pants on Fire",
    "track_id": "9af7bd58-06ff-4a2a-865f-04fc40ab3889",
    "recording_id": null,
    "artist": "Living Legends",
    "artist_ids": [
        "ca7e5899-0934-4f35-b153-60562b8f9e9d"
    ],
    "album": "The Gathering",
    "release_id": "0826425f-b0ca-49c3-8516-40f4fb8106e7",
    "release_group_id": null,
    "labels": [
        "Legendary Music"
    ],
    "label_ids": [
        "8c4902be-b907-4cb1-b082-b537d348a1ee"
    ],
    "release_date": "2008-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}