Information about plays

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

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

{
    "id": 433992,
    "uri": "https://api.kexp.org/v2/plays/433992/?format=api",
    "airdate": "2001-06-12T19:00:00-07:00",
    "show": 7304,
    "show_uri": "https://api.kexp.org/v2/shows/7304/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La doncella del río y el valle del Guadix",
    "track_id": "3809ad13-3982-4910-bbe2-45ea59c896e3",
    "recording_id": null,
    "artist": "Luis Delgado",
    "artist_ids": [
        "bf523f78-2810-479e-afbf-045988e878a2"
    ],
    "album": "El hechizo de Babilonia",
    "release_id": "51ac6dca-0ea3-4efc-be91-bfec31361caa",
    "release_group_id": null,
    "labels": [
        "Nubanegra"
    ],
    "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"
}