Information about plays

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

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

{
    "id": 494953,
    "uri": "https://api.kexp.org/v2/plays/494953/?format=api",
    "airdate": "2001-12-09T12:25:00-08:00",
    "show": 8489,
    "show_uri": "https://api.kexp.org/v2/shows/8489/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31KC5JT2Q8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31KC5JT2Q8L._SL75_.jpg",
    "song": "Art Ensemble - Garance (Mighty Bop Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Cam",
    "artist_ids": [
        "d2e123d0-c53e-4444-a52a-efeff44953c7"
    ],
    "album": "The French Connection",
    "release_id": "94bdc135-57ae-4ca2-ac1d-86891abfc711",
    "release_group_id": null,
    "labels": [
        "Artefact"
    ],
    "label_ids": [
        "3750b40a-9423-4790-8833-3c33b7e08807"
    ],
    "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"
}