Information about plays

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

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

{
    "id": 426363,
    "uri": "https://api.kexp.org/v2/plays/426363/?format=api",
    "airdate": "2001-05-20T22:07:30-07:00",
    "show": 7159,
    "show_uri": "https://api.kexp.org/v2/shows/7159/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YU0Z8ZLgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YU0Z8ZLgL._SL75_.jpg",
    "song": "Oya Natureza",
    "track_id": "b21dfefd-7a10-4329-a06f-d4fdbcd984e0",
    "recording_id": null,
    "artist": "Steve Coleman and the Mystic Rhythm Society",
    "artist_ids": [
        "51a15f7f-03cd-48ce-9214-3109f87b6be8"
    ],
    "album": "The Sign and the Seal",
    "release_id": "3e526e07-9bff-4e59-959b-3cc1e69823e7",
    "release_group_id": null,
    "labels": [
        "BMG/RCA"
    ],
    "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"
}