Information about plays

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

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

{
    "id": 1288814,
    "uri": "https://api.kexp.org/v2/plays/1288814/?format=api",
    "airdate": "2007-10-09T10:15:58-07:00",
    "show": 22553,
    "show_uri": "https://api.kexp.org/v2/shows/22553/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41dunhCAEAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41dunhCAEAL._SL75_.jpg",
    "song": "Quero te amar",
    "track_id": "9cf74b68-9eb5-4343-ad27-3e2f07ca0f0e",
    "recording_id": null,
    "artist": "Bonde do Rolê",
    "artist_ids": [
        "719490ec-2962-41b9-a54e-a4cc7b65c86c"
    ],
    "album": "With Lasers",
    "release_id": "6168257f-416d-4d74-86a3-ca1598416546",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2007-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}