Information about plays

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

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

{
    "id": 1379253,
    "uri": "https://api.kexp.org/v2/plays/1379253/?format=api",
    "airdate": "2008-05-27T16:41:19-07:00",
    "show": 24071,
    "show_uri": "https://api.kexp.org/v2/shows/24071/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ztpGq5BpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ztpGq5BpL._SL75_.jpg",
    "song": "Take A Ride (Pt. 2)",
    "track_id": null,
    "recording_id": null,
    "artist": "Rodney Hunter",
    "artist_ids": [
        "5be9fd70-a049-44e1-b121-2307d2dcbebd"
    ],
    "album": "Hunter Files",
    "release_id": "a3e4a62c-25c2-4cfd-9411-96fedf37630c",
    "release_group_id": null,
    "labels": [
        "G-Stone Recordings"
    ],
    "label_ids": [
        "b534d6a0-c32a-476a-97b6-77bd3e67fa3e"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}