Information about plays

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

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

{
    "id": 461446,
    "uri": "https://api.kexp.org/v2/plays/461446/?format=api",
    "airdate": "2001-08-31T10:08:00-07:00",
    "show": 7832,
    "show_uri": "https://api.kexp.org/v2/shows/7832/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11MSN4969ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11MSN4969ZL._SL75_.jpg",
    "song": "Wild in My Day",
    "track_id": null,
    "recording_id": null,
    "artist": "Silkworm",
    "artist_ids": [
        "64c9ed9d-0b97-4e01-946c-2ef5f342e236"
    ],
    "album": "Libertine",
    "release_id": "58937f25-8723-423c-b715-1396d7c5e266",
    "release_group_id": null,
    "labels": [
        "El Recordo"
    ],
    "label_ids": [
        "223eb683-cacb-4066-b5f9-8bba2d5422ca"
    ],
    "release_date": "1994-08-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}