Information about plays

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

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

{
    "id": 1309577,
    "uri": "https://api.kexp.org/v2/plays/1309577/?format=api",
    "airdate": "2007-12-02T23:29:00-08:00",
    "show": 22907,
    "show_uri": "https://api.kexp.org/v2/shows/22907/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jUowzvcNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jUowzvcNL._SL75_.jpg",
    "song": "Rej",
    "track_id": "18a00785-1327-477c-b603-61169080c5db",
    "recording_id": null,
    "artist": "Âme",
    "artist_ids": [
        "3bbdd45f-5654-47f3-b6c0-d806752b9fcf"
    ],
    "album": "Fabric 27: Matthew Dear as Audion",
    "release_id": "a9f750ac-64f7-43cc-b84d-dfce9da14204",
    "release_group_id": null,
    "labels": [
        "fabric"
    ],
    "label_ids": [
        "9b27b429-18bf-4e8f-b9d0-750e78964e0d"
    ],
    "release_date": "2006-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}