Information about plays

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

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

{
    "id": 1260939,
    "uri": "https://api.kexp.org/v2/plays/1260939/?format=api",
    "airdate": "2007-07-30T16:15:57-07:00",
    "show": 22083,
    "show_uri": "https://api.kexp.org/v2/shows/22083/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41wniVf58VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41wniVf58VL._SL75_.jpg",
    "song": "Say Something New",
    "track_id": null,
    "recording_id": null,
    "artist": "The Concretes",
    "artist_ids": [
        "11b1a7c4-3a48-43f8-9d57-6a81fdd1eeba"
    ],
    "album": "The Concretes",
    "release_id": "a0ecfbe0-4a9f-44a5-881b-6bb974ba667c",
    "release_group_id": null,
    "labels": [
        "Licking Fingers"
    ],
    "label_ids": [
        "f2ab2909-af44-446d-ae11-ed944040c7aa"
    ],
    "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"
}