Information about plays

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

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

{
    "id": 1344448,
    "uri": "https://api.kexp.org/v2/plays/1344448/?format=api",
    "airdate": "2008-03-01T09:34:00-08:00",
    "show": 23495,
    "show_uri": "https://api.kexp.org/v2/shows/23495/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510shcPgJdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510shcPgJdL._SL75_.jpg",
    "song": "General",
    "track_id": "24496d1f-bd41-4a30-8841-fd26385d7229",
    "recording_id": null,
    "artist": "Ini Kamoze",
    "artist_ids": [
        "ce29fa89-8aed-4f7b-8b3e-a34d0c9ed0c6"
    ],
    "album": "Ini Kamoze",
    "release_id": "47cfb0e2-7c35-44ad-b88e-74ff41dc0529",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "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"
}