Information about plays

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

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

{
    "id": 1402399,
    "uri": "https://api.kexp.org/v2/plays/1402399/?format=api",
    "airdate": "2008-07-27T01:54:16-07:00",
    "show": 24469,
    "show_uri": "https://api.kexp.org/v2/shows/24469/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FXZVXFKFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FXZVXFKFL._SL75_.jpg",
    "song": "Move",
    "track_id": "cc69dc81-081b-4ccc-81c4-18f2cf05e977",
    "recording_id": null,
    "artist": "Mocean Worker",
    "artist_ids": [
        "537a61fa-83cc-44da-831c-07477cb108e4"
    ],
    "album": "Enter the Mowo!",
    "release_id": "1bd63575-2a21-464c-9e99-fcb38ee300d4",
    "release_group_id": null,
    "labels": [
        "Sin-Drome Records"
    ],
    "label_ids": [
        "25c3ea5f-aa3d-45ac-a2c5-a13d0d283139"
    ],
    "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"
}