Information about plays

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

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

{
    "id": 1295678,
    "uri": "https://api.kexp.org/v2/plays/1295678/?format=api",
    "airdate": "2007-10-27T01:49:00-07:00",
    "show": 22664,
    "show_uri": "https://api.kexp.org/v2/shows/22664/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61329aaME5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61329aaME5L._SL75_.jpg",
    "song": "Superbock",
    "track_id": "1ee2574f-5420-4898-9b05-56d778bcf27b",
    "recording_id": null,
    "artist": "Thomas Fehlmann",
    "artist_ids": [
        "3970056e-1c2a-4556-815b-010c3acad220"
    ],
    "album": "Visions of Blah",
    "release_id": "64215911-6c50-47a1-a8f2-2e78282f7279",
    "release_group_id": null,
    "labels": [
        "Kompakt"
    ],
    "label_ids": [
        "bc0bb9db-43fc-4f1d-96f5-a40ae17b4d5d"
    ],
    "release_date": "2002-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}