Information about plays

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

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

{
    "id": 501294,
    "uri": "https://api.kexp.org/v2/plays/501294/?format=api",
    "airdate": "2001-12-28T10:25:00-08:00",
    "show": 8608,
    "show_uri": "https://api.kexp.org/v2/shows/8608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41125Z7NJQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41125Z7NJQL._SL75_.jpg",
    "song": "Come On",
    "track_id": "0d184457-94e4-4254-8b82-0c570ee084bd",
    "recording_id": null,
    "artist": "Acetone",
    "artist_ids": [
        "56583c57-ca4c-4888-bbd6-008eebb03c0f"
    ],
    "album": "Cindy",
    "release_id": "e8e02480-1277-41b6-b534-5355479e5bc9",
    "release_group_id": null,
    "labels": [
        "Vernon Yard Recordings"
    ],
    "label_ids": [
        "46ba88df-c100-4ce9-a10b-58d7dc0af35c"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}