Information about plays

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

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

{
    "id": 442550,
    "uri": "https://api.kexp.org/v2/plays/442550/?format=api",
    "airdate": "2001-07-07T11:18:27-07:00",
    "show": 7467,
    "show_uri": "https://api.kexp.org/v2/shows/7467/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31RC94ZJ6SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31RC94ZJ6SL._SL75_.jpg",
    "song": "Say Wooee",
    "track_id": "7fdf8059-f516-4e6d-8541-975288017083",
    "recording_id": null,
    "artist": "Tanto Metro & Devonte",
    "artist_ids": [
        "4910c255-cd1c-4f3e-a2c1-6e419b162220"
    ],
    "album": "Bookshelf",
    "release_id": "f06b491c-65c9-4447-827b-d69c574b9213",
    "release_group_id": null,
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "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"
}