Information about plays

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

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

{
    "id": 1308582,
    "uri": "https://api.kexp.org/v2/plays/1308582/?format=api",
    "airdate": "2007-11-30T11:01:07-08:00",
    "show": 22888,
    "show_uri": "https://api.kexp.org/v2/shows/22888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When the President Talks to God",
    "track_id": "65220632-4bd8-420a-b6d5-73b172e9dd1d",
    "recording_id": null,
    "artist": "Bright Eyes",
    "artist_ids": [
        "78f797e3-4913-4026-aad0-1cd858bd735b"
    ],
    "album": "2005-01-29: Nightclub 9:30, Washington, DC, USA",
    "release_id": "2ab983c2-82ae-4397-8187-92f70964178e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}