Information about plays

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

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

{
    "id": 1353103,
    "uri": "https://api.kexp.org/v2/plays/1353103/?format=api",
    "airdate": "2008-03-22T22:02:39-07:00",
    "show": 23634,
    "show_uri": "https://api.kexp.org/v2/shows/23634/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31QKQEC21BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31QKQEC21BL._SL75_.jpg",
    "song": "A Song for Lon Mabon",
    "track_id": "538a78c8-b690-4655-b0ac-0642dafe97d7",
    "recording_id": null,
    "artist": "Crackerbash",
    "artist_ids": [
        "6037365b-9976-4fd2-907f-49928ccda6eb"
    ],
    "album": "Tin Toy",
    "release_id": "eecf5e0e-fb6d-41ee-8d7d-08b40db3db5f",
    "release_group_id": null,
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "1993-06-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}