Information about plays

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

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

{
    "id": 1381621,
    "uri": "https://api.kexp.org/v2/plays/1381621/?format=api",
    "airdate": "2008-06-03T23:21:00-07:00",
    "show": 24119,
    "show_uri": "https://api.kexp.org/v2/shows/24119/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My 63",
    "track_id": "0f137d40-3477-4edf-ab03-328a30d447bc",
    "recording_id": null,
    "artist": "Neko Case & Her Boyfriends",
    "artist_ids": [
        "4763e116-5ba5-4ad2-b2b6-95c3179e6904"
    ],
    "album": "At Lee's Palace",
    "release_id": "cf1a856e-d306-40d6-963b-fe89f6ca09c3",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}