Information about plays

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

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

{
    "id": 1264598,
    "uri": "https://api.kexp.org/v2/plays/1264598/?format=api",
    "airdate": "2007-08-08T20:06:05-07:00",
    "show": 22143,
    "show_uri": "https://api.kexp.org/v2/shows/22143/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Baby Cried All Night Long",
    "track_id": null,
    "recording_id": null,
    "artist": "Lee Hazlewood",
    "artist_ids": [
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "These Boots Are Made for Walkin': The Complete MGM Recordings (disc 1)",
    "release_id": "45a7d7e3-cc90-4e78-9121-726d0f0b5efa",
    "release_group_id": null,
    "labels": [
        "Ace Records"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}