Information about plays

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

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

{
    "id": 443217,
    "uri": "https://api.kexp.org/v2/plays/443217/?format=api",
    "airdate": "2001-07-09T13:35:17-07:00",
    "show": 7482,
    "show_uri": "https://api.kexp.org/v2/shows/7482/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61S8GPYBWAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61S8GPYBWAL._SL75_.jpg",
    "song": "Distraction",
    "track_id": "73b80116-2d9a-493f-ac7b-937409c72ab2",
    "recording_id": null,
    "artist": "The Rondelles",
    "artist_ids": [
        "5adeec31-3774-4db5-853a-962bb23a863b"
    ],
    "album": "Fiction Romance, Fast Machines",
    "release_id": "ef22f60e-5e9b-4973-99f5-e44af580f425",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}