Information about plays

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

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

{
    "id": 1342518,
    "uri": "https://api.kexp.org/v2/plays/1342518/?format=api",
    "airdate": "2008-02-24T04:28:46-08:00",
    "show": 23454,
    "show_uri": "https://api.kexp.org/v2/shows/23454/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N9iQAYTkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N9iQAYTkL._SL75_.jpg",
    "song": "I'll Go Crazy",
    "track_id": "af292987-126c-4c53-b946-210b2b3acefb",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Live at the Apollo, 1962",
    "release_id": "6ecd66e8-08d7-4807-b1e6-7f7f3d57c6c2",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1962-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}