Information about plays

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

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

{
    "id": 463944,
    "uri": "https://api.kexp.org/v2/plays/463944/?format=api",
    "airdate": "2001-09-07T20:18:56-07:00",
    "show": 7878,
    "show_uri": "https://api.kexp.org/v2/shows/7878/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4111ZFJYKPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4111ZFJYKPL._SL75_.jpg",
    "song": "King of the Whole Wide World",
    "track_id": "e5eea8ac-1369-49ae-8e1b-0da44b2f8c07",
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "Greatest Hits",
    "release_id": "a7cc457a-c787-4ff1-9cdf-05c2818ec487",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}