Information about plays

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

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

{
    "id": 1380705,
    "uri": "https://api.kexp.org/v2/plays/1380705/?format=api",
    "airdate": "2008-05-31T20:28:12-07:00",
    "show": 24097,
    "show_uri": "https://api.kexp.org/v2/shows/24097/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5109kvPKm1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5109kvPKm1L._SL75_.jpg",
    "song": "Born With a Tail",
    "track_id": null,
    "recording_id": null,
    "artist": "Supersuckers",
    "artist_ids": [
        "6fa09822-bbe4-4ff8-901d-4a39a4dd82e9"
    ],
    "album": "The Sacrilicious Sounds of the Supersuckers",
    "release_id": "68ef5863-0472-4fba-a5c4-d59dadb56098",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1995-08-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}