Information about plays

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

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

{
    "id": 423625,
    "uri": "https://api.kexp.org/v2/plays/423625/?format=api",
    "airdate": "2001-05-11T23:52:00-07:00",
    "show": 7099,
    "show_uri": "https://api.kexp.org/v2/shows/7099/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61QBTkw1AKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61QBTkw1AKL._SL75_.jpg",
    "song": "Waterfall",
    "track_id": "bcd003d4-d3d7-4e7d-82e9-1f369de01bb8",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Complete Stone Roses",
    "release_id": "18a71057-e1f5-4622-a0e0-3a73b6ce0bd2",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}