Information about plays

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

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

{
    "id": 533047,
    "uri": "https://api.kexp.org/v2/plays/533047/?format=api",
    "airdate": "2002-03-31T00:57:00-08:00",
    "show": 9232,
    "show_uri": "https://api.kexp.org/v2/shows/9232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2B7GP9o2HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2B7GP9o2HL._SL75_.jpg",
    "song": "Barrio Cubano De Ronald Rubinel / El Carretero",
    "track_id": null,
    "recording_id": null,
    "artist": "(Various Artists) ",
    "artist_ids": [
        "89ad4ac3-39f7-470e-963a-56509c546377"
    ],
    "album": "Putumayo Presents: Latin Groove",
    "release_id": "1dc9a493-99da-4451-a849-8c7c7e18ee1e",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2002-03-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}