Information about plays

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

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

{
    "id": 453337,
    "uri": "https://api.kexp.org/v2/plays/453337/?format=api",
    "airdate": "2001-08-08T03:30:00-07:00",
    "show": 7671,
    "show_uri": "https://api.kexp.org/v2/shows/7671/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wcEG48PDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wcEG48PDL._SL75_.jpg",
    "song": "She's Got Soul",
    "track_id": "98a69847-e9e5-44d1-bb8e-7e2df2fe844d",
    "recording_id": null,
    "artist": "The Busy Signals",
    "artist_ids": [
        "93f2ceaa-4a70-4dbb-b0b8-617a50611353"
    ],
    "album": "Pretend Hits",
    "release_id": "1b66fc3c-99c6-4206-ad3c-c11db69e22b4",
    "release_group_id": null,
    "labels": [
        "Sugar Free Records"
    ],
    "label_ids": [
        "8b3a2063-a4f5-4049-b8d8-3bfbd3a17828"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}