Information about plays

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

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

{
    "id": 2681712,
    "uri": "https://api.kexp.org/v2/plays/2681712/?format=api",
    "airdate": "2020-01-03T18:41:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Too Shall Pass",
    "track_id": "a73a8009-0e9c-3155-b8dd-93aef6821fff",
    "recording_id": null,
    "artist": "OK Go",
    "artist_ids": [
        "e132d370-2a59-4437-8610-756df28a5a02"
    ],
    "album": "Of the Blue Colour of the Sky",
    "release_id": "7326a8a2-d9c7-464c-a84b-5a51a7fba540",
    "release_group_id": null,
    "labels": [
        "Paracadute"
    ],
    "label_ids": [],
    "release_date": "2010-11-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Word. https://okgo.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}