Information about plays

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

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

{
    "id": 1224003,
    "uri": "https://api.kexp.org/v2/plays/1224003/?format=api",
    "airdate": "2007-04-26T13:00:01-07:00",
    "show": 21447,
    "show_uri": "https://api.kexp.org/v2/shows/21447/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yUBcxTVUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yUBcxTVUL._SL75_.jpg",
    "song": "The Delivery Man",
    "track_id": "3649535a-b371-401a-aecc-8f3dc428a33b",
    "recording_id": null,
    "artist": "Elvis Costello & The Imposters",
    "artist_ids": [
        "a3e6fa6e-32de-4152-ae38-81291597a10c"
    ],
    "album": "The Delivery Man",
    "release_id": "29e8451e-9dd4-447f-836a-a7195014864a",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2004-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}