Information about plays

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

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

{
    "id": 415645,
    "uri": "https://api.kexp.org/v2/plays/415645/?format=api",
    "airdate": "2001-04-17T08:07:03-07:00",
    "show": 6935,
    "show_uri": "https://api.kexp.org/v2/shows/6935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WZ05QK3PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WZ05QK3PL._SL75_.jpg",
    "song": "Red Tape Parade",
    "track_id": "e925dea4-86a1-413b-a7f0-90c22ac4a0ad",
    "recording_id": null,
    "artist": "Seaweed",
    "artist_ids": [
        "82aa1374-7c47-43e8-857d-11d723fe4c1a"
    ],
    "album": "Actions and indications",
    "release_id": "150559ce-8653-424f-9679-bb32e6d19ffd",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}