Information about plays

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

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

{
    "id": 419312,
    "uri": "https://api.kexp.org/v2/plays/419312/?format=api",
    "airdate": "2001-04-29T03:15:00-07:00",
    "show": 7009,
    "show_uri": "https://api.kexp.org/v2/shows/7009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518gLeVR8wL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518gLeVR8wL._SL75_.jpg",
    "song": "Sundowner",
    "track_id": "1404794e-80b0-4d78-b816-ba74f8ecbbf5",
    "recording_id": null,
    "artist": "Ian Pooley",
    "artist_ids": [
        "2c68a581-5b3a-45b8-a0b1-39c40873277a"
    ],
    "album": "Since Then",
    "release_id": "c40740b1-73af-4ed4-b5b4-a6d8c05cc09b",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}