Information about plays

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

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

{
    "id": 489630,
    "uri": "https://api.kexp.org/v2/plays/489630/?format=api",
    "airdate": "2001-11-23T13:47:00-08:00",
    "show": 8381,
    "show_uri": "https://api.kexp.org/v2/shows/8381/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UqCjmQezL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UqCjmQezL._SL75_.jpg",
    "song": "Limited Liability",
    "track_id": "c496f6bc-3767-489c-9dad-c872544ad625",
    "recording_id": null,
    "artist": "Chris Knox",
    "artist_ids": [
        "77a29700-a307-4568-8063-be553ae062e6"
    ],
    "album": "Songs of You and Me",
    "release_id": "422bb6e0-4781-4a8c-aa3b-1cc0a0a147bf",
    "release_group_id": null,
    "labels": [
        "Caroline"
    ],
    "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"
}