Information about plays

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

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

{
    "id": 1233333,
    "uri": "https://api.kexp.org/v2/plays/1233333/?format=api",
    "airdate": "2007-05-20T02:28:36-07:00",
    "show": 21605,
    "show_uri": "https://api.kexp.org/v2/shows/21605/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XDhXGD15L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XDhXGD15L._SL75_.jpg",
    "song": "Livin' in the City",
    "track_id": "8aac31f8-6945-4f83-942d-076a51e26ba7",
    "recording_id": null,
    "artist": "Johnny Boy",
    "artist_ids": [
        "acf2f8c8-d967-40b7-8684-6dc6caa395ec"
    ],
    "album": "Johnny Boy",
    "release_id": "b7a9c943-c13a-420e-bd5a-ae380b02bd1b",
    "release_group_id": null,
    "labels": [
        "Johnny Boy Recordings"
    ],
    "label_ids": [
        "cf2ff72e-4357-4091-a1b9-46602fdeb8fd"
    ],
    "release_date": "2006-04-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}