Information about plays

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

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

{
    "id": 432348,
    "uri": "https://api.kexp.org/v2/plays/432348/?format=api",
    "airdate": "2001-06-07T16:34:17-07:00",
    "show": 7272,
    "show_uri": "https://api.kexp.org/v2/shows/7272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VLi0G52mL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VLi0G52mL._SL75_.jpg",
    "song": "Little Fluffy Clouds",
    "track_id": "71aaaeb0-8f67-4f5a-8591-3598f3f4e257",
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "Live 93 (disc 1)",
    "release_id": "ed11d80a-4c9b-417a-af21-25d422cbf21c",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1993-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}