Information about plays

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

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

{
    "id": 1065914,
    "uri": "https://api.kexp.org/v2/plays/1065914/?format=api",
    "airdate": "2006-03-10T13:42:00-08:00",
    "show": 18730,
    "show_uri": "https://api.kexp.org/v2/shows/18730/?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": "Right Now",
    "track_id": null,
    "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": [
        "HYENA Records"
    ],
    "label_ids": [
        "058766b8-4b5c-48c8-b176-a0f307ad8ba0"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}