Information about plays

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

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

{
    "id": 425845,
    "uri": "https://api.kexp.org/v2/plays/425845/?format=api",
    "airdate": "2001-05-18T21:00:00-07:00",
    "show": 7145,
    "show_uri": "https://api.kexp.org/v2/shows/7145/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DQBGW9W9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DQBGW9W9L._SL75_.jpg",
    "song": "I Wonder Who",
    "track_id": "63304153-03cf-4ddc-ba61-e49439fe2075",
    "recording_id": null,
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "The Birth of Soul",
    "release_id": "10751024-6530-4dc5-be0c-6d37bca3aefc",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}