Information about plays

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

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

{
    "id": 1314210,
    "uri": "https://api.kexp.org/v2/plays/1314210/?format=api",
    "airdate": "2007-12-14T18:15:27-08:00",
    "show": 22983,
    "show_uri": "https://api.kexp.org/v2/shows/22983/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AGMGHFGXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AGMGHFGXL._SL75_.jpg",
    "song": "Hurry Up",
    "track_id": "2c1c8330-6915-452b-ab5b-fc1e2442090b",
    "recording_id": null,
    "artist": "Ritchie Valens",
    "artist_ids": [
        "5222714d-21ee-4061-87f7-c749f1586790"
    ],
    "album": "Rockin' All Night: The Very Best of Ritchie Valens",
    "release_id": "89ac3642-c83c-40d9-b684-d7e53cd58985",
    "release_group_id": null,
    "labels": [
        "Del-Fi Records"
    ],
    "label_ids": [
        "55512e65-97ca-443a-aa7b-ab958d732a03"
    ],
    "release_date": "1995-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}