Information about plays

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

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

{
    "id": 501745,
    "uri": "https://api.kexp.org/v2/plays/501745/?format=api",
    "airdate": "2001-12-29T18:00:00-08:00",
    "show": 8617,
    "show_uri": "https://api.kexp.org/v2/shows/8617/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41yLJi-TK-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41yLJi-TK-L._SL75_.jpg",
    "song": "Hott Date",
    "track_id": null,
    "recording_id": null,
    "artist": "Gossip",
    "artist_ids": [
        "0f96c38b-8e21-4571-afe0-cb11196a8acd"
    ],
    "album": "That's Not What I Heard",
    "release_id": "6bf1663e-609b-4070-9d94-2fb2887ef055",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2001-01-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}