Information about plays

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

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

{
    "id": 2679085,
    "uri": "https://api.kexp.org/v2/plays/2679085/?format=api",
    "airdate": "2019-12-28T09:09:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gone Down",
    "track_id": "bddcc908-1a44-3cbf-8531-b07a56d00de0",
    "recording_id": null,
    "artist": "Dezarie",
    "artist_ids": [
        "ef591e39-0c7b-4684-92b9-2f97ed25802e"
    ],
    "album": "Gracious Mama Africa",
    "release_id": "8b74ab32-e162-458f-8eb5-726928734e3a",
    "release_group_id": null,
    "labels": [
        "Afrikan Roots Lab"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dezarie is a female roots reggae singer from St. Croix, U.S. Virgin Islands. \nShe worked closely with Midnite. She currently has five albums available. They are entitled Fya (I Grade Records), Gracious Mama Africa, Eaze The Pain, The Fourth Book and her most recent is entitled \"Love in Your Meditation\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}