Information about plays

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

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

{
    "id": 499129,
    "uri": "https://api.kexp.org/v2/plays/499129/?format=api",
    "airdate": "2001-12-21T10:47:00-08:00",
    "show": 8565,
    "show_uri": "https://api.kexp.org/v2/shows/8565/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514%2BqCCG9-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514%2BqCCG9-L._SL75_.jpg",
    "song": "Crazyhorse Mongoose",
    "track_id": "e385d13f-06e0-4e0f-a943-4d12f9be4a24",
    "recording_id": null,
    "artist": "Galactic",
    "artist_ids": [
        "cabbdf87-5cb2-4f3c-be65-254655c87508"
    ],
    "album": "Crazyhorse Mongoose",
    "release_id": "500ebdb0-20ae-45d7-ab05-13387e80c7bc",
    "release_group_id": null,
    "labels": [
        "Capricorn"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}