Information about plays

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

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

{
    "id": 461552,
    "uri": "https://api.kexp.org/v2/plays/461552/?format=api",
    "airdate": "2001-08-31T17:18:27-07:00",
    "show": 7833,
    "show_uri": "https://api.kexp.org/v2/shows/7833/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/310HG7CCK0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/310HG7CCK0L._SL75_.jpg",
    "song": "Pura Saudade (Optiganally mix)",
    "track_id": "f9288169-bce0-4434-a9b4-c8debd59a62f",
    "recording_id": null,
    "artist": "Fantastic Plastic Machine",
    "artist_ids": [
        "30b39f11-2f7b-482c-b3b2-21fd5d30b556"
    ],
    "album": "The Fantastic Plastic Machine",
    "release_id": "16725330-1cf1-444e-9c6e-f41adf27c261",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": "1998-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}