Information about plays

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

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

{
    "id": 469092,
    "uri": "https://api.kexp.org/v2/plays/469092/?format=api",
    "airdate": "2001-09-23T11:45:00-07:00",
    "show": 7983,
    "show_uri": "https://api.kexp.org/v2/shows/7983/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SJXHFFMHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SJXHFFMHL._SL75_.jpg",
    "song": "How Long?",
    "track_id": "cd27152b-b797-4192-a290-dd719ae66ecf",
    "recording_id": null,
    "artist": "Dave Hole",
    "artist_ids": [
        "a8bdda2d-7dcb-4665-8771-9050c923a78c"
    ],
    "album": "Outside Looking In",
    "release_id": "49c7b74b-4b8d-4b10-b944-715fc1b486b4",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "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"
}