Information about plays

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

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

{
    "id": 503438,
    "uri": "https://api.kexp.org/v2/plays/503438/?format=api",
    "airdate": "2002-01-03T20:36:00-08:00",
    "show": 8651,
    "show_uri": "https://api.kexp.org/v2/shows/8651/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4139GGEQKCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4139GGEQKCL._SL75_.jpg",
    "song": "Can't Get There From Here",
    "track_id": "f22198e8-f09e-47df-b296-0e6ca883da23",
    "recording_id": null,
    "artist": "Bruce Robison",
    "artist_ids": [
        "adb88c8d-7f5c-4776-92b9-fc42e08e2949"
    ],
    "album": "Country Sunshine",
    "release_id": "93f64c97-6210-4ab1-8b58-9fc09bf0c7f3",
    "release_group_id": null,
    "labels": [
        "Boar's Nest"
    ],
    "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"
}