Information about plays

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

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

{
    "id": 343676,
    "uri": "https://api.kexp.org/v2/plays/343676/?format=api",
    "airdate": "2019-06-19T23:46:00-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am the Black Gold of the Sun (4 Hero remix)",
    "track_id": "8f14b596-adb0-3f08-b8fb-259b848f874d",
    "recording_id": null,
    "artist": "Nuyorican Soul",
    "artist_ids": [],
    "album": "I Am the Black Gold of the Sun",
    "release_id": "89ffe211-bfd7-4c81-ad84-e1f9375db917",
    "release_group_id": null,
    "labels": [
        "Talkin’ Loud"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}