Information about plays

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

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

{
    "id": 1414256,
    "uri": "https://api.kexp.org/v2/plays/1414256/?format=api",
    "airdate": "2008-08-25T20:42:25-07:00",
    "show": 24670,
    "show_uri": "https://api.kexp.org/v2/shows/24670/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61fafZO99ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61fafZO99ML._SL75_.jpg",
    "song": "Baldosas Mojadas (feat. Nelly Furtado)",
    "track_id": "fdb2179a-dc2e-4aa0-80a4-ecbf2a8ae698",
    "recording_id": null,
    "artist": "BajoFondo",
    "artist_ids": [
        "c78a5d46-c631-41bc-8772-439002e3d3aa"
    ],
    "album": "Mar Dulce",
    "release_id": "393515a5-37dd-40c8-93a4-83dca761f652",
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "2008-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}