Information about plays

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

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

{
    "id": 1277298,
    "uri": "https://api.kexp.org/v2/plays/1277298/?format=api",
    "airdate": "2007-09-09T23:02:00-07:00",
    "show": 22356,
    "show_uri": "https://api.kexp.org/v2/shows/22356/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51j6RXHEzML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51j6RXHEzML._SL75_.jpg",
    "song": "Splurt (Skream remix)",
    "track_id": "eaf655d2-01e1-4ab3-87c5-b94314113e40",
    "recording_id": null,
    "artist": "Landslide vs. Slaughter Mob",
    "artist_ids": [
        "bf0bd45f-b446-47b9-94e6-bb85ababb252"
    ],
    "album": "Dubstep Allstars, Volume 05: Mixed by N-Type",
    "release_id": "87ecf00e-ee6a-4ab5-9206-5b29b93fb425",
    "release_group_id": null,
    "labels": [
        "Fat Beats"
    ],
    "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"
}