Information about plays

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

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

{
    "id": 513657,
    "uri": "https://api.kexp.org/v2/plays/513657/?format=api",
    "airdate": "2002-02-02T21:38:34-08:00",
    "show": 8854,
    "show_uri": "https://api.kexp.org/v2/shows/8854/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-Ker44G1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-Ker44G1L._SL75_.jpg",
    "song": "Give Up the Funk (Tear the Roof Off the Sucker)",
    "track_id": null,
    "recording_id": null,
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Mothership Connection",
    "release_id": "ceecb737-4f4e-498a-9c88-6ec123f4a3c7",
    "release_group_id": null,
    "labels": [
        "Casablanca"
    ],
    "label_ids": [
        "ed181c75-809b-4ea3-a58e-12b2e435ea3a"
    ],
    "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"
}