Information about plays

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

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

{
    "id": 493754,
    "uri": "https://api.kexp.org/v2/plays/493754/?format=api",
    "airdate": "2001-12-05T20:00:00-08:00",
    "show": 8465,
    "show_uri": "https://api.kexp.org/v2/shows/8465/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GKY8D79KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GKY8D79KL._SL75_.jpg",
    "song": "After Laughter (Comes Tears)",
    "track_id": "af0632e8-284a-4f8a-b3b2-d50d61059a11",
    "recording_id": null,
    "artist": "Wendy Rene",
    "artist_ids": [
        "f1709257-4b4f-4db9-a715-d1b199acbd03"
    ],
    "album": "Shaolin Soul, Episode 1",
    "release_id": "e201ae07-6acf-4317-ab2d-ab653af59235",
    "release_group_id": null,
    "labels": [
        "Delabel"
    ],
    "label_ids": [
        "965f4b01-739b-47b7-b33a-2b3f7ce74bc8"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}