Information about plays

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

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

{
    "id": 1312304,
    "uri": "https://api.kexp.org/v2/plays/1312304/?format=api",
    "airdate": "2007-12-09T23:27:00-08:00",
    "show": 22953,
    "show_uri": "https://api.kexp.org/v2/shows/22953/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518rWJd3KAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518rWJd3KAL._SL75_.jpg",
    "song": "Letter 2 Dizzee",
    "track_id": "59c5177b-1895-4459-a3a9-11ff5ff47dd7",
    "recording_id": null,
    "artist": "Wiley",
    "artist_ids": [
        "d0f61299-9caa-4e6b-8b10-2839de120b27"
    ],
    "album": "Playtime Is Over",
    "release_id": "b3dd3103-aecf-45f9-a9d4-3d233d9924c9",
    "release_group_id": null,
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": "2007-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}