Information about plays

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

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

{
    "id": 446459,
    "uri": "https://api.kexp.org/v2/plays/446459/?format=api",
    "airdate": "2001-07-18T23:20:00-07:00",
    "show": 7541,
    "show_uri": "https://api.kexp.org/v2/shows/7541/?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": "Heartache",
    "track_id": null,
    "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": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}