Information about plays

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

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

{
    "id": 434793,
    "uri": "https://api.kexp.org/v2/plays/434793/?format=api",
    "airdate": "2001-06-15T00:51:25-07:00",
    "show": 7317,
    "show_uri": "https://api.kexp.org/v2/shows/7317/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D2EBF7VZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D2EBF7VZL._SL75_.jpg",
    "song": "Edge Hill",
    "track_id": "4c4c85e2-2a9e-4327-81d5-e7eb92324429",
    "recording_id": null,
    "artist": "Groove Armada",
    "artist_ids": [
        "35723b60-732e-4bd8-957f-320b416e7b7f"
    ],
    "album": "Lara Croft: Tomb Raider",
    "release_id": "04c8bd8e-25d8-4e44-a53d-383d56af8310",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2001-06-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}