Information about plays

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

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

{
    "id": 461514,
    "uri": "https://api.kexp.org/v2/plays/461514/?format=api",
    "airdate": "2001-08-31T14:34:17-07:00",
    "show": 7833,
    "show_uri": "https://api.kexp.org/v2/shows/7833/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B62NMRT3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B62NMRT3L._SL75_.jpg",
    "song": "Hay Fever (Peel session)",
    "track_id": "4225ef95-bd48-41dc-9797-9a2ff3311ca8",
    "recording_id": null,
    "artist": "14 Iced Bears",
    "artist_ids": [
        "1e3c9033-7eb3-4543-af92-5e8c9b778318"
    ],
    "album": "In the Beginning",
    "release_id": "6730c904-1285-4257-b20c-f27b1b52b87a",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2001-08-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}