Information about plays

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

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

{
    "id": 1339723,
    "uri": "https://api.kexp.org/v2/plays/1339723/?format=api",
    "airdate": "2008-02-17T01:00:03-08:00",
    "show": 23408,
    "show_uri": "https://api.kexp.org/v2/shows/23408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nightnoise",
    "track_id": "a4de28df-cab9-455f-8324-5be7fadf6056",
    "recording_id": null,
    "artist": "Land",
    "artist_ids": [
        "26afb633-b3a6-4bf0-87a1-7c58251134b5"
    ],
    "album": "Land",
    "release_id": "63ab3563-e6d6-4c64-b1ce-32832a7b432b",
    "release_group_id": null,
    "labels": [
        "Extreme Music"
    ],
    "label_ids": [
        "aaa1df53-13ee-4c06-9480-59c724466a6f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}