Information about plays

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

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

{
    "id": 373146,
    "uri": "https://api.kexp.org/v2/plays/373146/?format=api",
    "airdate": "2019-08-27T19:38:00-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anar",
    "track_id": null,
    "recording_id": null,
    "artist": "Mdou Moctar",
    "artist_ids": [
        "d85defaf-b82e-48be-beb5-2672099e392e"
    ],
    "album": "Music From Saharan Cellphones Vol. 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sahelsounds"
    ],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Niger. Mdou Moctar is one of the first Tuareg musicians to perform the group's traditional music styles using electronic instruments. Tuareg people are the nomadic indigenous peoples of the Sahara Desert.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}