Information about plays

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

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

{
    "id": 422322,
    "uri": "https://api.kexp.org/v2/plays/422322/?format=api",
    "airdate": "2001-05-08T07:49:24-07:00",
    "show": 7077,
    "show_uri": "https://api.kexp.org/v2/shows/7077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V4bLigkxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V4bLigkxL._SL75_.jpg",
    "song": "Secondhand Vers. 1",
    "track_id": null,
    "recording_id": null,
    "artist": "Peter Tosh",
    "artist_ids": [
        "7db6aae5-6644-4513-9bfc-ca2e79d4469c"
    ],
    "album": "The Toughest",
    "release_id": "a2e36a91-774d-4225-8ee6-2d0526bc0cfe",
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}