Information about plays

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

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

{
    "id": 431338,
    "uri": "https://api.kexp.org/v2/plays/431338/?format=api",
    "airdate": "2001-06-04T20:30:00-07:00",
    "show": 7255,
    "show_uri": "https://api.kexp.org/v2/shows/7255/?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": "Seva",
    "track_id": "c69e0e4f-52b8-47f0-b10d-db73dd224b3f",
    "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"
}