Information about plays

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

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

{
    "id": 418905,
    "uri": "https://api.kexp.org/v2/plays/418905/?format=api",
    "airdate": "2001-04-27T18:44:20-07:00",
    "show": 6999,
    "show_uri": "https://api.kexp.org/v2/shows/6999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby Please Don't Go",
    "track_id": "2402e143-b3d0-4f3c-815c-0278edfc0198",
    "recording_id": null,
    "artist": "Billy Lee Riley ",
    "artist_ids": [
        "1721d81d-1207-48ce-add0-ecf141d5f84e"
    ],
    "album": "The Ultimate Sun Rock & Roll Collection (disc 1)",
    "release_id": "4f92c2aa-a855-4012-b455-cad62c5dc068",
    "release_group_id": null,
    "labels": [
        "Midnight Sun"
    ],
    "label_ids": [],
    "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"
}