Information about plays

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

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

{
    "id": 436030,
    "uri": "https://api.kexp.org/v2/plays/436030/?format=api",
    "airdate": "2001-06-18T19:22:30-07:00",
    "show": 7343,
    "show_uri": "https://api.kexp.org/v2/shows/7343/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21XDK7B7SRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21XDK7B7SRL._SL75_.jpg",
    "song": "Bashaka (Shabka The Dowry)",
    "track_id": "11aca0b6-ed0d-44e6-8937-201914912ff3",
    "recording_id": null,
    "artist": "Hakim",
    "artist_ids": [
        "f946abe7-b0b4-40ec-b3ec-34b186eaa76a"
    ],
    "album": "Yaho",
    "release_id": "7ed3f5af-73d2-4125-9230-9f8128b7ec54",
    "release_group_id": null,
    "labels": [
        "Mondo Melodia"
    ],
    "label_ids": [
        "ffdcb01e-43ef-45bc-9b3c-56c3edf069b1"
    ],
    "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"
}