Information about plays

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

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

{
    "id": 433988,
    "uri": "https://api.kexp.org/v2/plays/433988/?format=api",
    "airdate": "2001-06-12T18:33:20-07:00",
    "show": 7304,
    "show_uri": "https://api.kexp.org/v2/shows/7304/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "María Landó",
    "track_id": "7c80798e-123d-4584-9266-4ee5694eb5b1",
    "recording_id": null,
    "artist": "Susana Baca",
    "artist_ids": [
        "176af481-a5db-4902-84e0-393e7811b8c4"
    ],
    "album": "Afro-Peruvian Classics: The Soul of Black Peru",
    "release_id": "fb50ce7a-65bc-401f-8efa-25954f1e949f",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "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"
}