Information about plays

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

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

{
    "id": 415090,
    "uri": "https://api.kexp.org/v2/plays/415090/?format=api",
    "airdate": "2001-04-14T18:00:00-07:00",
    "show": 6923,
    "show_uri": "https://api.kexp.org/v2/shows/6923/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JNaiGeZ4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JNaiGeZ4L._SL75_.jpg",
    "song": "Matinee",
    "track_id": "05f31164-9cf0-4501-9177-89c36ce03be8",
    "recording_id": null,
    "artist": "The Posies",
    "artist_ids": [
        "4e083f26-965f-436f-9227-c2c47ad18ffc"
    ],
    "album": "Nice Cheekbones and a Ph.D.",
    "release_id": "296eb951-93d2-4c3a-b3a9-3a10c28a321a",
    "release_group_id": null,
    "labels": [
        "Houston Party"
    ],
    "label_ids": [
        "f726ec16-48c7-48d1-989d-56e93616cb3f"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}