Information about plays

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

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

{
    "id": 1408531,
    "uri": "https://api.kexp.org/v2/plays/1408531/?format=api",
    "airdate": "2008-08-11T12:30:10-07:00",
    "show": 24574,
    "show_uri": "https://api.kexp.org/v2/shows/24574/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416MG14G4SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416MG14G4SL._SL75_.jpg",
    "song": "Leaders of Men",
    "track_id": "e6dcfd62-90c3-48d8-ba5c-655d983440ad",
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Heart and Soul",
    "release_id": "ad845b5f-d39f-4dab-a241-90ee07ccc95e",
    "release_group_id": null,
    "labels": [
        "Q-West"
    ],
    "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"
}