Information about plays

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

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

{
    "id": 1195885,
    "uri": "https://api.kexp.org/v2/plays/1195885/?format=api",
    "airdate": "2007-02-12T04:43:53-08:00",
    "show": 20964,
    "show_uri": "https://api.kexp.org/v2/shows/20964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qT8Y5VrhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qT8Y5VrhL._SL75_.jpg",
    "song": "The Universe!",
    "track_id": "37d4b986-8cd0-45b9-9e8b-d0fa3f5cd138",
    "recording_id": null,
    "artist": "Do Make Say Think",
    "artist_ids": [
        "882d41ca-194d-405a-bfc5-b698ccfd77b4"
    ],
    "album": "You, You're a History in Rust",
    "release_id": "a02d4fa3-9c81-4bc1-b41a-e1c5fc92a60a",
    "release_group_id": null,
    "labels": [
        "Constellation"
    ],
    "label_ids": [
        "3496ee09-46bf-4bfd-92f1-38593e24d987"
    ],
    "release_date": "2007-02-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}