Information about plays

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

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

{
    "id": 1308647,
    "uri": "https://api.kexp.org/v2/plays/1308647/?format=api",
    "airdate": "2007-11-30T15:23:29-08:00",
    "show": 22889,
    "show_uri": "https://api.kexp.org/v2/shows/22889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peppermint Patty",
    "track_id": "4eb186d2-6954-4a26-b46c-b4efa27d0fd6",
    "recording_id": null,
    "artist": "The Owls",
    "artist_ids": [
        "5eae93c4-9557-4b49-997f-e9b7b972bea0"
    ],
    "album": "Daughters and Suns",
    "release_id": "f1011f3d-8868-4bee-9a9a-c5f55ef01ba2",
    "release_group_id": null,
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": "2007-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}