Information about plays

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

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

{
    "id": 531407,
    "uri": "https://api.kexp.org/v2/plays/531407/?format=api",
    "airdate": "2002-03-26T16:52:00-08:00",
    "show": 9201,
    "show_uri": "https://api.kexp.org/v2/shows/9201/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J4xiHocxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J4xiHocxL._SL75_.jpg",
    "song": "Everyone Who Pretended to Like Me Is Gone",
    "track_id": "eb4a1d96-cdcc-4f1e-ad6b-aa5e77970326",
    "recording_id": null,
    "artist": "The Walkmen",
    "artist_ids": [
        "b7834ebd-64ae-46c3-a930-2d3a52ee743a"
    ],
    "album": "Everyone Who Pretended to Like Me Is Gone",
    "release_id": "6c960e3f-5c0c-4919-9f01-2d18bebe716a",
    "release_group_id": null,
    "labels": [
        "Startime Intl Fader Label Enterprises"
    ],
    "label_ids": [
        "00cdfa68-610d-4f4f-a01a-37c58bbcbb26"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}