Information about plays

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

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

{
    "id": 1275270,
    "uri": "https://api.kexp.org/v2/plays/1275270/?format=api",
    "airdate": "2007-09-04T19:01:58-07:00",
    "show": 22322,
    "show_uri": "https://api.kexp.org/v2/shows/22322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jaag Na Jaag",
    "track_id": "8510cb20-425f-4c61-864d-1abf7036b257",
    "recording_id": null,
    "artist": "Kiran Ahluwalia",
    "artist_ids": [
        "d0034685-6aa9-498f-b3df-8f8498f741bc"
    ],
    "album": "Wanderlust",
    "release_id": "d2170156-2d88-4bdc-af2c-484a8d940b0c",
    "release_group_id": null,
    "labels": [
        "Times Square Records"
    ],
    "label_ids": [
        "343958bf-0fe4-416b-ac5a-7551ca24b490"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}