Information about plays

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

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

{
    "id": 1318939,
    "uri": "https://api.kexp.org/v2/plays/1318939/?format=api",
    "airdate": "2007-12-26T20:14:35-08:00",
    "show": 23062,
    "show_uri": "https://api.kexp.org/v2/shows/23062/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Find Me in the Air",
    "track_id": "4e5aec6a-5394-4fef-8583-1e6f94fd77ff",
    "recording_id": null,
    "artist": "The Builders and the Butchers",
    "artist_ids": [
        "197101a8-c25d-4055-a810-11c4a50a2e06"
    ],
    "album": "The Builders and the Butchers",
    "release_id": "75a06d26-f7ae-454a-b64a-9a1918d5d0a2",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}