Information about plays

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

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

{
    "id": 510609,
    "uri": "https://api.kexp.org/v2/plays/510609/?format=api",
    "airdate": "2002-01-25T02:36:00-08:00",
    "show": 8795,
    "show_uri": "https://api.kexp.org/v2/shows/8795/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41STPZ8437L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41STPZ8437L._SL75_.jpg",
    "song": "Feel",
    "track_id": null,
    "recording_id": null,
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Verve EP",
    "release_id": "6f90b6fc-1b38-4b13-9e6d-ce4b5da1c8ee",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}