Information about plays

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

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

{
    "id": 484656,
    "uri": "https://api.kexp.org/v2/plays/484656/?format=api",
    "airdate": "2001-11-08T08:05:27-08:00",
    "show": 8281,
    "show_uri": "https://api.kexp.org/v2/shows/8281/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CFV8D410L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CFV8D410L._SL75_.jpg",
    "song": "Partir ou mourir",
    "track_id": "46fdb959-94c6-44af-bce8-8fefc0ed41bc",
    "recording_id": null,
    "artist": "Stereo Total",
    "artist_ids": [
        "475ae7a5-07de-46a8-a88d-4322259aafa9"
    ],
    "album": "My Melody",
    "release_id": "b7f012ab-11bc-4776-a7d5-a21ddc24ab40",
    "release_group_id": null,
    "labels": [
        "Bob Sled"
    ],
    "label_ids": [],
    "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"
}