Information about plays

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

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

{
    "id": 416635,
    "uri": "https://api.kexp.org/v2/plays/416635/?format=api",
    "airdate": "2001-04-20T07:03:45-07:00",
    "show": 6953,
    "show_uri": "https://api.kexp.org/v2/shows/6953/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BRCP8SYHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BRCP8SYHL._SL75_.jpg",
    "song": "Rave Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Swervedriver",
    "artist_ids": [
        "fa6c7999-ff65-486b-9e18-bcb59d6db2f0"
    ],
    "album": "Raise",
    "release_id": "7a4a0192-a141-4c94-b022-96ce8693290b",
    "release_group_id": null,
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1991-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}