Information about plays

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

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

{
    "id": 534839,
    "uri": "https://api.kexp.org/v2/plays/534839/?format=api",
    "airdate": "2002-04-05T05:48:14-08:00",
    "show": 9264,
    "show_uri": "https://api.kexp.org/v2/shows/9264/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ITLh2na6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ITLh2na6L._SL75_.jpg",
    "song": "Walkabout",
    "track_id": "70c85623-6414-4dcb-923a-9791fa82fee7",
    "recording_id": null,
    "artist": "Revolutionary Dub Warriors",
    "artist_ids": [
        "be84a0e9-d385-47db-a911-d373daf1f71f"
    ],
    "album": "Reaction Dub, Part 1: Deliverance",
    "release_id": "d0ccd4a0-5b0e-4c4d-8196-addfadb1e71a",
    "release_group_id": null,
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}