Information about plays

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

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

{
    "id": 1337084,
    "uri": "https://api.kexp.org/v2/plays/1337084/?format=api",
    "airdate": "2008-02-10T18:43:00-08:00",
    "show": 23367,
    "show_uri": "https://api.kexp.org/v2/shows/23367/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Sl0pv7WIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Sl0pv7WIL._SL75_.jpg",
    "song": "Gangsta Rap Made Me Do It",
    "track_id": "37063e01-bc40-4ad1-9013-8ed37976626b",
    "recording_id": null,
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "Raw Footage",
    "release_id": "745cb426-57ff-4842-94ba-c030cde3e43c",
    "release_group_id": null,
    "labels": [
        "Lench Mob Records"
    ],
    "label_ids": [
        "11a36c82-e44b-4a73-9ec0-c484237fe712"
    ],
    "release_date": "2008-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}