Information about plays

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

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

{
    "id": 1392762,
    "uri": "https://api.kexp.org/v2/plays/1392762/?format=api",
    "airdate": "2008-07-02T16:12:43-07:00",
    "show": 24307,
    "show_uri": "https://api.kexp.org/v2/shows/24307/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51m72nCEVKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51m72nCEVKL._SL75_.jpg",
    "song": "Gay Bar",
    "track_id": null,
    "recording_id": null,
    "artist": "Electric Six",
    "artist_ids": [
        "54b0584e-4e5e-4976-80d4-eea7a82a7213"
    ],
    "album": "Fire",
    "release_id": "547b2f16-a015-4da9-bdd4-fd4b081b9a90",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2003-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}