Information about plays

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

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

{
    "id": 1177450,
    "uri": "https://api.kexp.org/v2/plays/1177450/?format=api",
    "airdate": "2006-12-27T07:07:00-08:00",
    "show": 20647,
    "show_uri": "https://api.kexp.org/v2/shows/20647/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tpVSqN9mL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tpVSqN9mL._SL75_.jpg",
    "song": "Shoot You Down (Soul Hooligan remix)",
    "track_id": "20bd4830-2ab3-4077-98e7-6258275d23b5",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Remixes",
    "release_id": "3d32e7b9-c430-470a-841e-3120426a86a2",
    "release_group_id": null,
    "labels": [
        "-"
    ],
    "label_ids": [],
    "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"
}