Information about plays

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

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

{
    "id": 424113,
    "uri": "https://api.kexp.org/v2/plays/424113/?format=api",
    "airdate": "2001-05-13T20:04:17-07:00",
    "show": 7113,
    "show_uri": "https://api.kexp.org/v2/shows/7113/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GP7e8gTOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GP7e8gTOL._SL75_.jpg",
    "song": "Special Thermometer",
    "track_id": "544ca0b5-0f57-4489-9da3-41c55ad1b69c",
    "recording_id": null,
    "artist": "Blu Mar Ten",
    "artist_ids": [
        "8cecffe6-783a-4aeb-8720-68e46cc5c55d"
    ],
    "album": "Producer 03",
    "release_id": "9266a9c0-8b61-442f-aa07-376ba47a12ff",
    "release_group_id": null,
    "labels": [
        "Cookin'"
    ],
    "label_ids": [],
    "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"
}