Information about plays

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

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

{
    "id": 1272829,
    "uri": "https://api.kexp.org/v2/plays/1272829/?format=api",
    "airdate": "2007-08-29T15:30:01-07:00",
    "show": 22281,
    "show_uri": "https://api.kexp.org/v2/shows/22281/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51upwZ2Fj5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51upwZ2Fj5L._SL75_.jpg",
    "song": "With Arms Outstretched",
    "track_id": null,
    "recording_id": null,
    "artist": "Rilo Kiley",
    "artist_ids": [
        "eaf6a7ca-105d-4a94-ba02-8c3e4040319a"
    ],
    "album": "The Execution of All Things",
    "release_id": "2ee6f5e7-5039-4385-a632-be92265495f7",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2002-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}