Information about plays

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

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

{
    "id": 378123,
    "uri": "https://api.kexp.org/v2/plays/378123/?format=api",
    "airdate": "2019-09-07T23:13:00-07:00",
    "show": 6293,
    "show_uri": "https://api.kexp.org/v2/shows/6293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gut Feeling / (Slap Your Mammy)",
    "track_id": "4eb0e9d2-dca3-3303-88be-8aa4922b70e0",
    "recording_id": null,
    "artist": "Devo",
    "artist_ids": [
        "88775bfe-4bf2-4ef7-a3a4-0ed769d621bb"
    ],
    "album": "Q: Are We Not Men? A: We Are Devo!",
    "release_id": "66118d7e-07f6-3ccb-abde-270dadefd041",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clark's favorite Devo song!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}