Information about plays

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

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

{
    "id": 532734,
    "uri": "https://api.kexp.org/v2/plays/532734/?format=api",
    "airdate": "2002-03-29T23:59:28-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RS9JCBDJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RS9JCBDJL._SL75_.jpg",
    "song": "Suspect Fled the Scene",
    "track_id": "ccfab035-d3e2-4baa-917d-9d0eb242f679",
    "recording_id": null,
    "artist": "Pedro the Lion",
    "artist_ids": [
        "2f360fd9-6440-4896-9f45-8156e8b0b204"
    ],
    "album": "It's Hard to Find a Friend",
    "release_id": "2e60b55b-8bbc-426a-a235-f53f74579248",
    "release_group_id": null,
    "labels": [
        "Made in Mexico"
    ],
    "label_ids": [
        "4139cd4f-0619-4c1e-a608-a54fab24e00a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}