Information about plays

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

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

{
    "id": 1415730,
    "uri": "https://api.kexp.org/v2/plays/1415730/?format=api",
    "airdate": "2008-08-29T10:39:41-07:00",
    "show": 24692,
    "show_uri": "https://api.kexp.org/v2/shows/24692/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Fux7tkUJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Fux7tkUJL._AA220_.jpg",
    "song": "I Never Thought I Could Feel This Way for a Boy",
    "track_id": "7929bb86-3a28-40c7-b3ab-154a40d6d444",
    "recording_id": null,
    "artist": "The Scotland Yard Gospel Choir",
    "artist_ids": [
        "2cdd9aa4-9b22-49e8-9966-1224475c9e4a"
    ],
    "album": "Live at KEXP, Volume 4",
    "release_id": "77b52563-57fa-4553-863b-390ed2b1a4b3",
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}