Information about plays

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

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

{
    "id": 432065,
    "uri": "https://api.kexp.org/v2/plays/432065/?format=api",
    "airdate": "2001-06-06T21:54:00-07:00",
    "show": 7268,
    "show_uri": "https://api.kexp.org/v2/shows/7268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Sy1PmhXyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Sy1PmhXyL._SL75_.jpg",
    "song": "The Soundtrack of Your Life",
    "track_id": "ec9cab91-8323-492c-b568-95f05453cdc1",
    "recording_id": null,
    "artist": "A Girl Called Eddy",
    "artist_ids": [
        "9e2ad889-2ca0-4f7a-8e57-1ad4ac59c40c"
    ],
    "album": "Tears All Over Town",
    "release_id": "37c9d937-0c08-47a3-b6a5-c5c02cb36ae7",
    "release_group_id": null,
    "labels": [
        "Le Grand Magistery"
    ],
    "label_ids": [
        "a522c25c-b9b6-427f-a4d4-7ea8ecb92e7c"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}