Information about plays

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

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

{
    "id": 419245,
    "uri": "https://api.kexp.org/v2/plays/419245/?format=api",
    "airdate": "2001-04-28T19:21:10-07:00",
    "show": 7006,
    "show_uri": "https://api.kexp.org/v2/shows/7006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H6CPTZ9BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H6CPTZ9BL._SL75_.jpg",
    "song": "Trippin' Up to the Clouds",
    "track_id": "296c98ea-2071-4b8d-9425-95029a786a55",
    "recording_id": null,
    "artist": "Alien Crime Syndicate",
    "artist_ids": [
        "1969fd1d-cfdb-456a-833b-79638916d346"
    ],
    "album": "From The Word Go",
    "release_id": "dcad7266-855e-48b7-8acc-4479a1e08a3f",
    "release_group_id": null,
    "labels": [
        "Will"
    ],
    "label_ids": [
        "fd1d40c5-87f3-4def-9120-1790a4e5fae2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}