Information about plays

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

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

{
    "id": 494494,
    "uri": "https://api.kexp.org/v2/plays/494494/?format=api",
    "airdate": "2001-12-07T21:04:00-08:00",
    "show": 8478,
    "show_uri": "https://api.kexp.org/v2/shows/8478/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31Q0GYPS7RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31Q0GYPS7RL._SL75_.jpg",
    "song": "My Sweet Hunk O' Trash (with Louis Armstrong)",
    "track_id": null,
    "recording_id": null,
    "artist": "Billie Holiday",
    "artist_ids": [
        "d59c4cda-11d9-48db-8bfe-b557ee602aed"
    ],
    "album": "The Complete Decca Recordings (disc 2)",
    "release_id": "fa2312a7-5421-4812-9f2e-277a21a6d1a3",
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "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"
}