Information about plays

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

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

{
    "id": 421441,
    "uri": "https://api.kexp.org/v2/plays/421441/?format=api",
    "airdate": "2001-05-05T10:36:00-07:00",
    "show": 7055,
    "show_uri": "https://api.kexp.org/v2/shows/7055/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uF3GG4kkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uF3GG4kkL._SL75_.jpg",
    "song": "Setup Yourself Jazzbo",
    "track_id": "91ad329e-6ecd-408a-9db6-aae9c8653aae",
    "recording_id": null,
    "artist": "I-Roy",
    "artist_ids": [
        "9fa51e3e-4f52-4d98-87d2-872e7584fb8c"
    ],
    "album": "Touting I Self",
    "release_id": "24d93387-4ee8-4c9a-8e59-98a18852dfb9",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}