Information about plays

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

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

{
    "id": 417880,
    "uri": "https://api.kexp.org/v2/plays/417880/?format=api",
    "airdate": "2001-04-24T22:00:00-07:00",
    "show": 6980,
    "show_uri": "https://api.kexp.org/v2/shows/6980/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aurora en Pekín",
    "track_id": "21b2256e-3348-4511-aa81-ee35d2116bc6",
    "recording_id": null,
    "artist": "Marc Ribot y Los cubanos postizos",
    "artist_ids": [
        "b35283b3-e1b4-40e3-9fef-940af1058b8e"
    ],
    "album": "Marc Ribot y Los cubanos postizos (The Prosthetic Cubans)",
    "release_id": "af9f5fc5-80c5-4e63-89a4-195e9e5bf4f4",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1998-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}