Information about plays

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

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

{
    "id": 1351425,
    "uri": "https://api.kexp.org/v2/plays/1351425/?format=api",
    "airdate": "2008-03-18T21:24:48-07:00",
    "show": 23609,
    "show_uri": "https://api.kexp.org/v2/shows/23609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wxH-K5WcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wxH-K5WcL._SL75_.jpg",
    "song": "There Goes Your Life",
    "track_id": "f2fcf651-502c-4bf2-8f1d-895e852a854b",
    "recording_id": null,
    "artist": "South",
    "artist_ids": [
        "e331d119-3314-49f0-a860-0e640f8b156b"
    ],
    "album": "You Are Here",
    "release_id": "d4225e60-67c8-4199-a04a-b455a985a780",
    "release_group_id": null,
    "labels": [
        "Bluhammock"
    ],
    "label_ids": [
        "103a6260-ff98-48b5-b0ca-cf642910d579"
    ],
    "release_date": "2008-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}