Information about plays

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

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

{
    "id": 1294621,
    "uri": "https://api.kexp.org/v2/plays/1294621/?format=api",
    "airdate": "2007-10-24T08:20:00-07:00",
    "show": 22649,
    "show_uri": "https://api.kexp.org/v2/shows/22649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6198BS4H6AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6198BS4H6AL._SL75_.jpg",
    "song": "Jump Into the Fire (Radio One live session)",
    "track_id": "83bd5c44-af98-4e91-abbd-15982cbce013",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Daft Punk Is Playing at My House",
    "release_id": "a5c603fd-9edf-46f8-84b2-898ca1b2516c",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2005-02-28",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}