Information about plays

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

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

{
    "id": 1275708,
    "uri": "https://api.kexp.org/v2/plays/1275708/?format=api",
    "airdate": "2007-09-05T20:04:42-07:00",
    "show": 22328,
    "show_uri": "https://api.kexp.org/v2/shows/22328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SZ8Y6HB7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SZ8Y6HB7L._SL75_.jpg",
    "song": "Mr. Tambourine Man",
    "track_id": "9f972aef-9e84-4484-aa76-4fffbf97f4df",
    "recording_id": null,
    "artist": "The Brothers and Sisters",
    "artist_ids": [
        "0721fcec-8ab3-408d-8d06-7ceed9dbb042"
    ],
    "album": "Dylan's Gospel",
    "release_id": "fe15cb62-8ff4-4ace-acca-8b02940246b8",
    "release_group_id": null,
    "labels": [
        "Castle Communications"
    ],
    "label_ids": [
        "f3acf224-8e44-49a1-a3a1-6ed1ea5f5016"
    ],
    "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"
}