Information about plays

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

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

{
    "id": 514996,
    "uri": "https://api.kexp.org/v2/plays/514996/?format=api",
    "airdate": "2002-02-06T18:20:00-08:00",
    "show": 8880,
    "show_uri": "https://api.kexp.org/v2/shows/8880/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61OQKHbwR1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61OQKHbwR1L._SL75_.jpg",
    "song": "When I'm Walking (Let me Walk)",
    "track_id": "13cc8875-26a7-4b99-be9d-88dc7e3b477b",
    "recording_id": null,
    "artist": "The Dirty Dozen Brass Band",
    "artist_ids": [
        "29bdc1d0-dc34-4f5d-9c22-8b2d66421f49"
    ],
    "album": "The New Orleans Album",
    "release_id": "bc0e114e-f3fa-4b94-8af4-ec15dd642987",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}