Information about plays

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

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

{
    "id": 417518,
    "uri": "https://api.kexp.org/v2/plays/417518/?format=api",
    "airdate": "2001-04-23T19:46:40-07:00",
    "show": 6973,
    "show_uri": "https://api.kexp.org/v2/shows/6973/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417PAHPJWWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417PAHPJWWL._SL75_.jpg",
    "song": "Madame 20 Cents",
    "track_id": "120da05a-2f6a-4f4c-b2be-49e44e60272d",
    "recording_id": null,
    "artist": "Chiwoniso",
    "artist_ids": [
        "c4ce79b8-8a46-4fd7-ba92-c4bfff13c537"
    ],
    "album": "Ancient Voices",
    "release_id": "3d741492-0217-4f2a-bddc-4527b03c6818",
    "release_group_id": null,
    "labels": [
        "Lusafrica"
    ],
    "label_ids": [
        "b126b1c1-7f87-49ff-aabb-93b272b54320"
    ],
    "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"
}