Information about plays

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

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

{
    "id": 415384,
    "uri": "https://api.kexp.org/v2/plays/415384/?format=api",
    "airdate": "2001-04-16T16:07:30-07:00",
    "show": 6931,
    "show_uri": "https://api.kexp.org/v2/shows/6931/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2151Y60P75L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2151Y60P75L._SL75_.jpg",
    "song": "Believe in Something Other (than Yourself)",
    "track_id": "fdf69f37-235b-4821-b4ca-5daeafb6b4ee",
    "recording_id": null,
    "artist": "The Posies",
    "artist_ids": [
        "4e083f26-965f-436f-9227-c2c47ad18ffc"
    ],
    "album": "In Case You Didn't Feel Like Plugging In",
    "release_id": "7ef2627a-14ac-4376-92f2-582d5440315e",
    "release_group_id": null,
    "labels": [
        "Casa"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}