Information about plays

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

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

{
    "id": 441262,
    "uri": "https://api.kexp.org/v2/plays/441262/?format=api",
    "airdate": "2001-07-03T20:30:00-07:00",
    "show": 7444,
    "show_uri": "https://api.kexp.org/v2/shows/7444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Miniyamba",
    "track_id": "1314b670-2c03-4a33-97b5-8485c50c7345",
    "recording_id": null,
    "artist": "Coumba Gawlo",
    "artist_ids": [
        "e8e3cf54-3dde-40c6-8a5e-c80d43a5c6d3"
    ],
    "album": "Coumba Gawlo",
    "release_id": "29122154-4eb9-4353-b426-8b1aedf42084",
    "release_group_id": null,
    "labels": [
        "Africando"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}