Information about plays

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

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

{
    "id": 451888,
    "uri": "https://api.kexp.org/v2/plays/451888/?format=api",
    "airdate": "2001-08-03T19:02:24-07:00",
    "show": 7642,
    "show_uri": "https://api.kexp.org/v2/shows/7642/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xRaYF0lHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xRaYF0lHL._SL75_.jpg",
    "song": "American Music",
    "track_id": null,
    "recording_id": null,
    "artist": "The Blasters",
    "artist_ids": [
        "ce0a5b20-7485-4074-85c8-bdb6a3668d12"
    ],
    "album": "American Music",
    "release_id": "de7b4a4d-316c-4e29-a401-91f76d23db56",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}