Information about plays

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

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

{
    "id": 1364268,
    "uri": "https://api.kexp.org/v2/plays/1364268/?format=api",
    "airdate": "2008-04-19T22:01:01-07:00",
    "show": 23820,
    "show_uri": "https://api.kexp.org/v2/shows/23820/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Master Bait Wave",
    "track_id": null,
    "recording_id": null,
    "artist": "Riders in the Sky",
    "artist_ids": [
        "10df2d8c-763d-4a61-b712-8a4dd88fc80a"
    ],
    "album": "YOLZ IN THE SKY",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Less Than TV"
    ],
    "label_ids": [
        "10b794cc-e543-4852-ab23-9dd8f2a111eb"
    ],
    "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"
}