Information about plays

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

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

{
    "id": 1277729,
    "uri": "https://api.kexp.org/v2/plays/1277729/?format=api",
    "airdate": "2007-09-11T01:19:00-07:00",
    "show": 22364,
    "show_uri": "https://api.kexp.org/v2/shows/22364/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bolan Muppets",
    "track_id": "f353116f-7aa7-4292-a5f5-4954ec9ce652",
    "recording_id": null,
    "artist": "Glissandro 70",
    "artist_ids": [
        "7d65014c-1b14-4fc9-a234-fd4f5225c077"
    ],
    "album": "Glissandro 70",
    "release_id": "69083411-23ad-4df6-950f-763bd35c118b",
    "release_group_id": null,
    "labels": [
        "Constellation"
    ],
    "label_ids": [
        "3496ee09-46bf-4bfd-92f1-38593e24d987"
    ],
    "release_date": "2006-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}