Information about plays

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

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

{
    "id": 1317401,
    "uri": "https://api.kexp.org/v2/plays/1317401/?format=api",
    "airdate": "2007-12-22T21:38:55-08:00",
    "show": 23036,
    "show_uri": "https://api.kexp.org/v2/shows/23036/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21HAJDSPSVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21HAJDSPSVL._SL75_.jpg",
    "song": "There Ain't No Sanity Clause (remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Damned",
    "artist_ids": [
        "77d21c13-846f-4f48-9546-873949eff6ae"
    ],
    "album": "Tales From the Damned",
    "release_id": "de06d0f2-4c4c-4837-ba55-67fad8503abc",
    "release_group_id": null,
    "labels": [
        "Cleopatra Records"
    ],
    "label_ids": [
        "29d910ca-3210-4ecc-89fb-7f349092ddfc"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}