Information about plays

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

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

{
    "id": 381752,
    "uri": "https://api.kexp.org/v2/plays/381752/?format=api",
    "airdate": "2019-09-16T22:50:00-07:00",
    "show": 6356,
    "show_uri": "https://api.kexp.org/v2/shows/6356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Top of the World (Boogiesoul remix) (radio edit)",
    "track_id": "6e2c77f6-2a39-49dd-9271-301b12b9233e",
    "recording_id": null,
    "artist": "Brandy",
    "artist_ids": [
        "01e60eba-52df-4694-8f09-39f43abe54e9"
    ],
    "album": "Top of the World (Remixes)",
    "release_id": "fa1748c9-af52-4e1a-99cb-1955a1e25c20",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "feat. Mase",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}