Information about plays

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

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

{
    "id": 426359,
    "uri": "https://api.kexp.org/v2/plays/426359/?format=api",
    "airdate": "2001-05-20T21:40:00-07:00",
    "show": 7158,
    "show_uri": "https://api.kexp.org/v2/shows/7158/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/318BTVSRD9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/318BTVSRD9L._SL75_.jpg",
    "song": "Cry Now, Laugh Later",
    "track_id": "d72eaae6-06fe-45ce-94b2-7bf4ced20730",
    "recording_id": null,
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Living My Life",
    "release_id": "2e702a18-8668-4d33-bb44-47e8776e0f95",
    "release_group_id": null,
    "labels": [
        "isalnd"
    ],
    "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"
}