Information about plays

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

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

{
    "id": 529925,
    "uri": "https://api.kexp.org/v2/plays/529925/?format=api",
    "airdate": "2002-03-22T08:33:06-08:00",
    "show": 9170,
    "show_uri": "https://api.kexp.org/v2/shows/9170/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P1V0DK7KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P1V0DK7KL._SL75_.jpg",
    "song": "Do You Love Me Now Jr?",
    "track_id": "5525bea7-3048-4c65-9c52-2daf27e66fa7",
    "recording_id": null,
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Divine Hammer",
    "release_id": "fdff04d1-2191-4779-b0ec-d6eaa4e7501d",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "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"
}