Information about plays

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

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

{
    "id": 1335849,
    "uri": "https://api.kexp.org/v2/plays/1335849/?format=api",
    "airdate": "2008-02-07T17:12:35-08:00",
    "show": 23345,
    "show_uri": "https://api.kexp.org/v2/shows/23345/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51519GEMNJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51519GEMNJL._SL75_.jpg",
    "song": "Totally Wired",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Totally Wired: The Rough Trade Anthology",
    "release_id": "8374bcf4-5ef9-4fd7-b50b-e29b95a050b7",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "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"
}