Information about plays

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

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

{
    "id": 1308436,
    "uri": "https://api.kexp.org/v2/plays/1308436/?format=api",
    "airdate": "2007-11-30T01:53:43-08:00",
    "show": 22886,
    "show_uri": "https://api.kexp.org/v2/shows/22886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiss the Sky",
    "track_id": "c79f58ff-9f01-452b-bd51-0e4efa32bdac",
    "recording_id": null,
    "artist": "Shawn Lee's Ping Pong Orchestra",
    "artist_ids": [
        "992023a1-8ee8-4aab-8e84-7825546a2b01"
    ],
    "album": "Shawn Lee's Ping Pong Orchestra vs. Nino Moschella",
    "release_id": "279bb7b8-64b3-45f6-aa6b-fc3804c03ea4",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}