Information about plays

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

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

{
    "id": 1308522,
    "uri": "https://api.kexp.org/v2/plays/1308522/?format=api",
    "airdate": "2007-11-30T06:35:38-08:00",
    "show": 22887,
    "show_uri": "https://api.kexp.org/v2/shows/22887/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Falling Slowly",
    "track_id": null,
    "recording_id": null,
    "artist": "Glen Hansard & Markéta Irglová",
    "artist_ids": [
        "5aca3051-afa2-4f5c-9974-cc9418482a58"
    ],
    "album": "(Sntrk) Once",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "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"
}