Information about plays

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

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

{
    "id": 1288201,
    "uri": "https://api.kexp.org/v2/plays/1288201/?format=api",
    "airdate": "2007-10-07T21:36:30-07:00",
    "show": 22543,
    "show_uri": "https://api.kexp.org/v2/shows/22543/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510Yv5oloFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510Yv5oloFL._SL75_.jpg",
    "song": "Still Going Theme",
    "track_id": "d7d1482b-71ea-45c7-94f3-0a58ae1c765b",
    "recording_id": null,
    "artist": "Still Going",
    "artist_ids": [
        "09e30ad3-57f6-49f1-8181-daa88d31c100"
    ],
    "album": "FabricLive 36: James Murphy & Pat Mahoney",
    "release_id": "53eb30f2-92ca-427a-b238-ba7990154ce4",
    "release_group_id": null,
    "labels": [
        "fabric"
    ],
    "label_ids": [
        "9b27b429-18bf-4e8f-b9d0-750e78964e0d"
    ],
    "release_date": "2007-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}