Information about plays

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

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

{
    "id": 419838,
    "uri": "https://api.kexp.org/v2/plays/419838/?format=api",
    "airdate": "2001-04-30T18:49:05-07:00",
    "show": 7023,
    "show_uri": "https://api.kexp.org/v2/shows/7023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KJ4H4SGCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KJ4H4SGCL._SL75_.jpg",
    "song": "Bijou",
    "track_id": "a3891ce1-0473-4306-bb2c-a33f92cb5864",
    "recording_id": null,
    "artist": "Oliver N'Goma",
    "artist_ids": [
        "6e72a62b-2098-4d8c-9feb-b8f4c23a4a7d"
    ],
    "album": "Seva",
    "release_id": "dac8b852-902b-4d02-af82-166c3a514503",
    "release_group_id": null,
    "labels": [
        "Lusafrica"
    ],
    "label_ids": [
        "b126b1c1-7f87-49ff-aabb-93b272b54320"
    ],
    "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"
}